#1E5B32

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

Shades of Crusoe #1E5B32

Tints of Crusoe #1E5B32

Color information

#1E5B32 (or 0x1E5B32) is unknown color: approx Crusoe. HEX triplet: 1E, 5B and 32. RGB value is (30,91,50). Sum of RGB (Red+Green+Blue) = 30+91+50=171 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.54% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #1E5B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5B32 is #E1A4CD. Grayscale: #444444. Windows color (decimal): -14787790 or 3300126. OLE color: 3300126.

HSL color Cylindrical-coordinate representation of color #1E5B32: hue angle of 139.67º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5B32 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB309150-
CMYK0.6700.450.64
HSL139.67º50.41%23.73%-
HSV(B)139.67º67.03%35.69%-
XYZ4.857.994.3-
YUV68.09117.79100.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.54%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=17.54%
G=53.22%
B=29.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3091500.6700.450.64139.6750.4123.73
Hex1E5B324302D408c3218
Octal36133621030551002146230
Binary1111010110111100101000011010110110000001000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,50); }

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

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

 a { background-color: rgb(30,91,50); }

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

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

 span { border-color: rgb(30,91,50); }

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