#0D541F

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

Shades of Crusoe #0D541F

Tints of Crusoe #0D541F

Color information

#0D541F (or 0x0D541F) is unknown color: approx Crusoe. HEX triplet: 0D, 54 and 1F. RGB value is (13,84,31). Sum of RGB (Red+Green+Blue) = 13+84+31=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #0D541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D541F is #F2ABE0. Grayscale: #383838. Windows color (decimal): -15903713 or 2053133. OLE color: 2053133.

HSL color Cylindrical-coordinate representation of color #0D541F: hue angle of 135.21º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D541F is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB138431-
CMYK0.8500.630.67
HSL135.21º73.2%19.02%-
HSV(B)135.21º84.52%32.94%-
XYZ3.586.532.37-
YUV56.73113.4896.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 84 (33.20% from 255) = 65.62%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=10.16%
G=65.62%
B=24.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384310.8500.630.67135.2173.219.02
HexD541F5503F43874913
Octal151243712507710320711123
Binary110110101001111110101010111111100001110000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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