#1C5A26

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

Shades of Crusoe #1C5A26

Tints of Crusoe #1C5A26

Color information

#1C5A26 (or 0x1C5A26) is unknown color: approx Crusoe. HEX triplet: 1C, 5A and 26. RGB value is (28,90,38). Sum of RGB (Red+Green+Blue) = 28+90+38=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A26 is #E3A5D9. Grayscale: #414141. Windows color (decimal): -14919130 or 2513436. OLE color: 2513436.

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

Color convert

RGB289038-
CMYK0.6900.580.65
HSL129.68º52.54%23.14%-
HSV(B)129.68º68.89%35.29%-
XYZ4.487.73.08-
YUV65.53112.46101.23-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=17.95%
G=57.69%
B=24.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2890380.6900.580.65129.6852.5423.14
Hex1C5A264503A41823517
Octal34132461050721012026527
Binary1110010110101001101000101011101010000011000001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,38); }

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

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

 a { background-color: rgb(28,90,38); }

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

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

 span { border-color: rgb(28,90,38); }

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