#0D611D

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

Shades of Crusoe #0D611D

Tints of Crusoe #0D611D

Color information

#0D611D (or 0x0D611D) is unknown color: approx Crusoe. HEX triplet: 0D, 61 and 1D. RGB value is (13,97,29). Sum of RGB (Red+Green+Blue) = 13+97+29=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611D is #F29EE2. Grayscale: #404040. Windows color (decimal): -15900387 or 1925389. OLE color: 1925389.

HSL color Cylindrical-coordinate representation of color #0D611D: hue angle of 131.43º 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 #0D611D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB139729-
CMYK0.8700.700.62
HSL131.43º76.36%21.57%-
HSV(B)131.43º86.6%38.04%-
XYZ4.668.722.6-
YUV64.13108.1791.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.35%
GREEN value IS 97 (38.28% from 255) = 69.78%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=9.35%
G=69.78%
B=20.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397290.8700.700.62131.4376.3621.57
HexD611D570463E834c16
Octal151413512701067620311426
Binary110111000011110110101110100011011111010000011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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