#1A6032

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

Shades of Crusoe #1A6032

Tints of Crusoe #1A6032

Color information

#1A6032 (or 0x1A6032) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 32. RGB value is (26,96,50). Sum of RGB (Red+Green+Blue) = 26+96+50=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6032 is #E59FCD. Grayscale: #454545. Windows color (decimal): -15048654 or 3301402. OLE color: 3301402.

HSL color Cylindrical-coordinate representation of color #1A6032: hue angle of 140.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6032 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB269650-
CMYK0.7300.480.62
HSL140.57º57.38%23.92%-
HSV(B)140.57º72.92%37.65%-
XYZ5.188.824.45-
YUV69.83116.8196.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=15.12%
G=55.81%
B=29.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696500.7300.480.62140.5757.3823.92
Hex1A6032490303E8d3918
Octal3214062111060762157130
Binary110101100000110010100100101100001111101000110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,50); }

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

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

 a { background-color: rgb(26,96,50); }

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

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

 span { border-color: rgb(26,96,50); }

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