#1C542C

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

Shades of Crusoe #1C542C

Tints of Crusoe #1C542C

Color information

#1C542C (or 0x1C542C) is unknown color: approx Crusoe. HEX triplet: 1C, 54 and 2C. RGB value is (28,84,44). Sum of RGB (Red+Green+Blue) = 28+84+44=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #1C542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C542C is #E3ABD3. Grayscale: #3E3E3E. Windows color (decimal): -14920660 or 2905116. OLE color: 2905116.

HSL color Cylindrical-coordinate representation of color #1C542C: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C542C is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB288444-
CMYK0.6700.480.67
HSL137.14º50%21.96%-
HSV(B)137.14º66.67%32.94%-
XYZ4.16.773.47-
YUV62.7117.45103.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=17.95%
G=53.85%
B=28.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884440.6700.480.67137.145021.96
Hex1C542C4303043893216
Octal34124541030601032116226
Binary1110010101001011001000011011000010000111000100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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