#1C562C

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

Shades of Crusoe #1C562C

Tints of Crusoe #1C562C

Color information

#1C562C (or 0x1C562C) is unknown color: approx Crusoe. HEX triplet: 1C, 56 and 2C. RGB value is (28,86,44). Sum of RGB (Red+Green+Blue) = 28+86+44=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #1C562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C562C is #E3A9D3. Grayscale: #3F3F3F. Windows color (decimal): -14920148 or 2905628. OLE color: 2905628.

HSL color Cylindrical-coordinate representation of color #1C562C: hue angle of 136.55º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C562C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB288644-
CMYK0.6700.490.66
HSL136.55º50.88%22.35%-
HSV(B)136.55º67.44%33.73%-
XYZ4.267.083.53-
YUV63.87116.78102.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=17.72%
G=54.43%
B=27.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2886440.6700.490.66136.5550.8822.35
Hex1C562C4303142893316
Octal34126541030611022116326
Binary1110010101101011001000011011000110000101000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C562C; }

 p { color: rgb(28,86,44); }

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

<style>
 a { background-color: #1C562C; }

 a { background-color: rgb(28,86,44); }

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

<style>
 span { border-color: #1C562C; }

 span { border-color: rgb(28,86,44); }

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