#1C552E

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

Shades of Crusoe #1C552E

Tints of Crusoe #1C552E

Color information

#1C552E (or 0x1C552E) is unknown color: approx Crusoe. HEX triplet: 1C, 55 and 2E. RGB value is (28,85,46). Sum of RGB (Red+Green+Blue) = 28+85+46=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #1C552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C552E is #E3AAD1. Grayscale: #3F3F3F. Windows color (decimal): -14920402 or 3036444. OLE color: 3036444.

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

Color convert

RGB288546-
CMYK0.6700.460.67
HSL138.95º50.44%22.16%-
HSV(B)138.95º67.06%33.33%-
XYZ4.226.943.7-
YUV63.51118.12102.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=17.61%
G=53.46%
B=28.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885460.6700.460.67138.9550.4422.16
Hex1C552E4302E438b3216
Octal34125561030561032136226
Binary1110010101011011101000011010111010000111000101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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