#0E5B35

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

Shades of Crusoe #0E5B35

Tints of Crusoe #0E5B35

Color information

#0E5B35 (or 0x0E5B35) is unknown color: approx Crusoe. HEX triplet: 0E, 5B and 35. RGB value is (14,91,53). Sum of RGB (Red+Green+Blue) = 14+91+53=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5B35 is #F1A4CA. Grayscale: #3F3F3F. Windows color (decimal): -15836363 or 3496718. OLE color: 3496718.

HSL color Cylindrical-coordinate representation of color #0E5B35: hue angle of 150.39º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5B35 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB149153-
CMYK0.8500.420.64
HSL150.39º73.33%20.59%-
HSV(B)150.39º84.62%35.69%-
XYZ4.567.834.64-
YUV63.64121.9992.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.86%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=8.86%
G=57.59%
B=33.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1491530.8500.420.64150.3973.3320.59
HexE5B355502A40964915
Octal161336512505210022611125
Binary1110101101111010110101010101010100000010010110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,91,53); }

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

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

 a { background-color: rgb(14,91,53); }

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

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

 span { border-color: rgb(14,91,53); }

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