#0E5819

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

Shades of Crusoe #0E5819

Tints of Crusoe #0E5819

Color information

#0E5819 (or 0x0E5819) is unknown color: approx Crusoe. HEX triplet: 0E, 58 and 19. RGB value is (14,88,25). Sum of RGB (Red+Green+Blue) = 14+88+25=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 88 (34.77% from 255 or 69.29% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 88 - color contains mainly: green. Hex color #0E5819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5819 is #F1A7E6. Grayscale: #3A3A3A. Windows color (decimal): -15837159 or 1660942. OLE color: 1660942.

HSL color Cylindrical-coordinate representation of color #0E5819: hue angle of 128.92º 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 #0E5819 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB148825-
CMYK0.8400.720.65
HSL128.92º72.55%20%-
HSV(B)128.92º84.09%34.51%-
XYZ3.857.142.1-
YUV58.69108.9896.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.02%
GREEN value IS 88 (34.77% from 255) = 69.29%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=11.02%
G=69.29%
B=19.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1488250.8400.720.65128.9272.5520
HexE58195404841814914
Octal1613031124011010120111124
Binary1110101100011001101010001001000100000110000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,88,25); }

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

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

 a { background-color: rgb(14,88,25); }

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

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

 span { border-color: rgb(14,88,25); }

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