#0D611C

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

Shades of Crusoe #0D611C

Tints of Crusoe #0D611C

Color information

#0D611C (or 0x0D611C) is unknown color: approx Crusoe. HEX triplet: 0D, 61 and 1C. RGB value is (13,97,28). Sum of RGB (Red+Green+Blue) = 13+97+28=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611C is #F29EE3. Grayscale: #404040. Windows color (decimal): -15900388 or 1859853. OLE color: 1859853.

HSL color Cylindrical-coordinate representation of color #0D611C: hue angle of 130.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D611C is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB139728-
CMYK0.8700.710.62
HSL130.71º76.36%21.57%-
HSV(B)130.71º86.6%38.04%-
XYZ4.658.722.54-
YUV64.02107.6791.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.42%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=9.42%
G=70.29%
B=20.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397280.8700.710.62130.7176.3621.57
HexD611C570473E834c16
Octal151413412701077620311426
Binary110111000011110010101110100011111111010000011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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