#1C592C

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

Shades of Crusoe #1C592C

Tints of Crusoe #1C592C

Color information

#1C592C (or 0x1C592C) is unknown color: approx Crusoe. HEX triplet: 1C, 59 and 2C. RGB value is (28,89,44). Sum of RGB (Red+Green+Blue) = 28+89+44=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #1C592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C592C is #E3A6D3. Grayscale: #414141. Windows color (decimal): -14919380 or 2906396. OLE color: 2906396.

HSL color Cylindrical-coordinate representation of color #1C592C: hue angle of 135.74º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C592C is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB288944-
CMYK0.6900.510.65
HSL135.74º52.14%22.94%-
HSV(B)135.74º68.54%34.9%-
XYZ4.517.573.61-
YUV65.63115.79101.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=17.39%
G=55.28%
B=27.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2889440.6900.510.65135.7452.1422.94
Hex1C592C4503341883417
Octal34131541050631012106427
Binary1110010110011011001000101011001110000011000100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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