#1C552A

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

Shades of Crusoe #1C552A

Tints of Crusoe #1C552A

Color information

#1C552A (or 0x1C552A) is unknown color: approx Crusoe. HEX triplet: 1C, 55 and 2A. RGB value is (28,85,42). Sum of RGB (Red+Green+Blue) = 28+85+42=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #1C552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C552A is #E3AAD5. Grayscale: #3F3F3F. Windows color (decimal): -14920406 or 2774300. OLE color: 2774300.

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

Color convert

RGB288542-
CMYK0.6700.510.67
HSL134.74º50.44%22.16%-
HSV(B)134.74º67.06%33.33%-
XYZ4.156.913.31-
YUV63.05116.12103-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=18.06%
G=54.84%
B=27.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885420.6700.510.67134.7450.4422.16
Hex1C552A4303343873216
Octal34125521030631032076226
Binary1110010101011010101000011011001110000111000011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,42); }

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

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

 a { background-color: rgb(28,85,42); }

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

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

 span { border-color: rgb(28,85,42); }

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