#0D611F

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

Shades of Crusoe #0D611F

Tints of Crusoe #0D611F

Color information

#0D611F (or 0x0D611F) is unknown color: approx Crusoe. HEX triplet: 0D, 61 and 1F. RGB value is (13,97,31). Sum of RGB (Red+Green+Blue) = 13+97+31=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611F is #F29EE0. Grayscale: #404040. Windows color (decimal): -15900385 or 2056461. OLE color: 2056461.

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

Color convert

RGB139731-
CMYK0.8700.680.62
HSL132.86º76.36%21.57%-
HSV(B)132.86º86.6%38.04%-
XYZ4.698.732.74-
YUV64.36109.1791.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 97 (38.28% from 255) = 68.79%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=9.22%
G=68.79%
B=21.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397310.8700.680.62132.8676.3621.57
HexD611F570443E854c16
Octal151413712701047620511426
Binary110111000011111110101110100010011111010000101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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