#0D661C

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

Shades of Crusoe #0D661C

Tints of Crusoe #0D661C

Color information

#0D661C (or 0x0D661C) is unknown color: approx Crusoe. HEX triplet: 0D, 66 and 1C. RGB value is (13,102,28). Sum of RGB (Red+Green+Blue) = 13+102+28=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #0D661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D661C is #F299E3. Grayscale: #434343. Windows color (decimal): -15899108 or 1861133. OLE color: 1861133.

HSL color Cylindrical-coordinate representation of color #0D661C: hue angle of 130.11º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D661C is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1310228-
CMYK0.8700.730.6
HSL130.11º77.39%22.55%-
HSV(B)130.11º87.25%40%-
XYZ5.139.672.7-
YUV66.95106.0189.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 102 (40.23% from 255) = 71.33%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=9.09%
G=71.33%
B=19.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal13102280.8700.730.6130.1177.3922.55
HexD661C570493C824d17
Octal151463412701117420211527
Binary110111001101110010101110100100111110010000010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,102,28); }

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

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

 a { background-color: rgb(13,102,28); }

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

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

 span { border-color: rgb(13,102,28); }

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