#0D551C

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

Shades of Crusoe #0D551C

Tints of Crusoe #0D551C

Color information

#0D551C (or 0x0D551C) is unknown color: approx Crusoe. HEX triplet: 0D, 55 and 1C. RGB value is (13,85,28). Sum of RGB (Red+Green+Blue) = 13+85+28=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #0D551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D551C is #F2AAE3. Grayscale: #393939. Windows color (decimal): -15903460 or 1856781. OLE color: 1856781.

HSL color Cylindrical-coordinate representation of color #0D551C: hue angle of 132.5º 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 #0D551C is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB138528-
CMYK0.8500.670.67
HSL132.5º73.47%19.22%-
HSV(B)132.5º84.71%33.33%-
XYZ3.626.672.19-
YUV56.97111.6596.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=10.32%
G=67.46%
B=22.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1385280.8500.670.67132.573.4719.22
HexD551C5504343844913
Octal1512534125010310320411123
Binary1101101010111100101010101000011100001110000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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