#1e5d37

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

Shades of Crusoe #1E5D37

Tints of Crusoe #1E5D37

Color information

#1E5D37 (or 0x1E5D37) is unknown color: approx Crusoe. HEX triplet: 1E, 5D and 37. RGB value is (30,93,55). Sum of RGB (Red+Green+Blue) = 30+93+55=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5D37 is #E1A2C8. Grayscale: #454545. Windows color (decimal): -14787273 or 3628318. OLE color: 3628318.

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

Color convert

RGB309355-
CMYK0.6800.410.64
HSL143.81º51.22%24.12%-
HSV(B)143.81º67.74%36.47%-
XYZ5.148.384.96-
YUV69.83119.6399.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.85%
GREEN value IS 93 (36.72% from 255) = 52.25%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=16.85%
G=52.25%
B=30.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3093550.6800.410.64143.8151.2224.12
Hex1E5D374402940903318
Octal36135671040511002206330
Binary1111010111011101111000100010100110000001001000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e5d37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,55); }

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

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

 a { background-color: rgb(30,93,55); }

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

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

 span { border-color: rgb(30,93,55); }

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