#1A5D32

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

Shades of Crusoe #1A5D32

Tints of Crusoe #1A5D32

Color information

#1A5D32 (or 0x1A5D32) is unknown color: approx Crusoe. HEX triplet: 1A, 5D and 32. RGB value is (26,93,50). Sum of RGB (Red+Green+Blue) = 26+93+50=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5D32 is #E5A2CD. Grayscale: #444444. Windows color (decimal): -15049422 or 3300634. OLE color: 3300634.

HSL color Cylindrical-coordinate representation of color #1A5D32: hue angle of 141.49º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D32 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB269350-
CMYK0.7200.460.64
HSL141.49º56.3%23.33%-
HSV(B)141.49º72.04%36.47%-
XYZ4.928.284.36-
YUV68.06117.898-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.38%
GREEN value IS 93 (36.72% from 255) = 55.03%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=15.38%
G=55.03%
B=29.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693500.7200.460.64141.4956.323.33
Hex1A5D324802E408d3817
Octal32135621100561002157027
Binary1101010111011100101001000010111010000001000110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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