#1C582E

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

Shades of Crusoe #1C582E

Tints of Crusoe #1C582E

Color information

#1C582E (or 0x1C582E) is unknown color: approx Crusoe. HEX triplet: 1C, 58 and 2E. RGB value is (28,88,46). Sum of RGB (Red+Green+Blue) = 28+88+46=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1C582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C582E is #E3A7D1. Grayscale: #414141. Windows color (decimal): -14919634 or 3037212. OLE color: 3037212.

HSL color Cylindrical-coordinate representation of color #1C582E: hue angle of 138º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C582E is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB288846-
CMYK0.6800.480.65
HSL138º51.72%22.75%-
HSV(B)138º68.18%34.51%-
XYZ4.467.423.78-
YUV65.27117.12101.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.28%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=17.28%
G=54.32%
B=28.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2888460.6800.480.6513851.7222.75
Hex1C582E44030418a3417
Octal34130561040601012126427
Binary1110010110001011101000100011000010000011000101011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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