#1C572E

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

Shades of Crusoe #1C572E

Tints of Crusoe #1C572E

Color information

#1C572E (or 0x1C572E) is unknown color: approx Crusoe. HEX triplet: 1C, 57 and 2E. RGB value is (28,87,46). Sum of RGB (Red+Green+Blue) = 28+87+46=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #1C572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C572E is #E3A8D1. Grayscale: #404040. Windows color (decimal): -14919890 or 3036956. OLE color: 3036956.

HSL color Cylindrical-coordinate representation of color #1C572E: hue angle of 138.31º 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 #1C572E is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB288746-
CMYK0.6800.470.66
HSL138.31º51.3%22.55%-
HSV(B)138.31º67.82%34.12%-
XYZ4.387.263.76-
YUV64.68117.45101.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=17.39%
G=54.04%
B=28.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2887460.6800.470.66138.3151.322.55
Hex1C572E4402F428a3317
Octal34127561040571022126327
Binary1110010101111011101000100010111110000101000101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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