#0E5934

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

Shades of Crusoe #0E5934

Tints of Crusoe #0E5934

Color information

#0E5934 (or 0x0E5934) is unknown color: approx Crusoe. HEX triplet: 0E, 59 and 34. RGB value is (14,89,52). Sum of RGB (Red+Green+Blue) = 14+89+52=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5934 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5934 is #F1A6CB. Grayscale: #3E3E3E. Windows color (decimal): -15836876 or 3430670. OLE color: 3430670.

HSL color Cylindrical-coordinate representation of color #0E5934: hue angle of 150.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5934 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB148952-
CMYK0.8400.420.65
HSL150.4º72.82%20.2%-
HSV(B)150.4º84.27%34.9%-
XYZ4.377.494.46-
YUV62.36122.1593.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.03%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=9.03%
G=57.42%
B=33.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1489520.8400.420.65150.472.8220.2
HexE59345402A41964914
Octal161316412405210122611124
Binary1110101100111010010101000101010100000110010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5934; }

 p { color: rgb(14,89,52); }

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

<style>
 a { background-color: #0E5934; }

 a { background-color: rgb(14,89,52); }

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

<style>
 span { border-color: #0E5934; }

 span { border-color: rgb(14,89,52); }

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