#1C572B

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

Shades of Crusoe #1C572B

Tints of Crusoe #1C572B

Color information

#1C572B (or 0x1C572B) is unknown color: approx Crusoe. HEX triplet: 1C, 57 and 2B. RGB value is (28,87,43). Sum of RGB (Red+Green+Blue) = 28+87+43=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #1C572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C572B is #E3A8D4. Grayscale: #404040. Windows color (decimal): -14919893 or 2840348. OLE color: 2840348.

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

Color convert

RGB288743-
CMYK0.6800.510.66
HSL135.25º51.3%22.55%-
HSV(B)135.25º67.82%34.12%-
XYZ4.327.243.45-
YUV64.34115.95102.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=17.72%
G=55.06%
B=27.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2887430.6800.510.66135.2551.322.55
Hex1C572B4403342873317
Octal34127531040631022076327
Binary1110010101111010111000100011001110000101000011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,87,43); }

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

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

 a { background-color: rgb(28,87,43); }

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

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

 span { border-color: rgb(28,87,43); }

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