#1C5424

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

Shades of Crusoe #1C5424

Tints of Crusoe #1C5424

Color information

#1C5424 (or 0x1C5424) is unknown color: approx Crusoe. HEX triplet: 1C, 54 and 24. RGB value is (28,84,36). Sum of RGB (Red+Green+Blue) = 28+84+36=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5424 is #E3ABDB. Grayscale: #3D3D3D. Windows color (decimal): -14920668 or 2380828. OLE color: 2380828.

HSL color Cylindrical-coordinate representation of color #1C5424: hue angle of 128.57º 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 #1C5424 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB288436-
CMYK0.6700.570.67
HSL128.57º50%21.96%-
HSV(B)128.57º66.67%32.94%-
XYZ3.976.712.76-
YUV61.78113.45103.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=18.92%
G=56.76%
B=24.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884360.6700.570.67128.575021.96
Hex1C54244303943813216
Octal34124441030711032016226
Binary1110010101001001001000011011100110000111000000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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