#1E562D

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

Shades of Crusoe #1E562D

Tints of Crusoe #1E562D

Color information

#1E562D (or 0x1E562D) is unknown color: approx Crusoe. HEX triplet: 1E, 56 and 2D. RGB value is (30,86,45). Sum of RGB (Red+Green+Blue) = 30+86+45=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #1E562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E562D is #E1A9D2. Grayscale: #404040. Windows color (decimal): -14789075 or 2971166. OLE color: 2971166.

HSL color Cylindrical-coordinate representation of color #1E562D: hue angle of 136.07º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E562D is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB308645-
CMYK0.6500.480.66
HSL136.07º48.28%22.75%-
HSV(B)136.07º65.12%33.73%-
XYZ4.347.123.63-
YUV64.58116.95103.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=18.63%
G=53.42%
B=27.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3086450.6500.480.66136.0748.2822.75
Hex1E562D4103042883017
Octal36126551010601022106027
Binary1111010101101011011000001011000010000101000100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,45); }

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

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

 a { background-color: rgb(30,86,45); }

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

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

 span { border-color: rgb(30,86,45); }

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