#0D6B29

Color #0D6B29 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0D6B29

Tints of Crusoe #0D6B29

Color information

#0D6B29 (or 0x0D6B29) is unknown color: approx Crusoe. HEX triplet: 0D, 6B and 29. RGB value is (13,107,41). Sum of RGB (Red+Green+Blue) = 13+107+41=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6B29 is #F294D6. Grayscale: #474747. Windows color (decimal): -15897815 or 2714381. OLE color: 2714381.

HSL color Cylindrical-coordinate representation of color #0D6B29: hue angle of 137.87º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B29 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1310741-
CMYK0.8800.620.58
HSL137.87º78.33%23.53%-
HSV(B)137.87º87.85%41.96%-
XYZ5.8210.763.87-
YUV71.37110.8686.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=8.07%
G=66.46%
B=25.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13107410.8800.620.58137.8778.3323.53
HexD6B295803E3A8a4e18
Octal15153511300767221211630
Binary110111010111010011011000011111011101010001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6B29; }

 p { color: rgb(13,107,41); }

 H1.HeaderClassName
 {
   color: #0D6B29;
 }
 .AnyTagClassName
 {
   color: #0D6B29;
 }
</style>
background-color css

<style>
 a { background-color: #0D6B29; }

 a { background-color: rgb(13,107,41); }

 div.DivClassName
 {
   background-color: #0D6B29;
 }
 .BgClassName
 {
   background-color: #0D6B29;
 }
</style>
border-color css

<style>
 span { border-color: #0D6B29; }

 span { border-color: rgb(13,107,41); }

 td.TdClassName
 {
   border-color: #0D6B29;
 }
 .TagClassName
 {
   border-color: #0D6B29;
 }
</style>