#0E5626

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

Shades of Crusoe #0E5626

Tints of Crusoe #0E5626

Color information

#0E5626 (or 0x0E5626) is unknown color: approx Crusoe. HEX triplet: 0E, 56 and 26. RGB value is (14,86,38). Sum of RGB (Red+Green+Blue) = 14+86+38=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5626 is #F1A9D9. Grayscale: #3B3B3B. Windows color (decimal): -15837658 or 2512398. OLE color: 2512398.

HSL color Cylindrical-coordinate representation of color #0E5626: hue angle of 140º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5626 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB148638-
CMYK0.8400.560.66
HSL140º72%19.61%-
HSV(B)140º83.72%33.73%-
XYZ3.866.892.96-
YUV59116.1595.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=10.14%
G=62.32%
B=27.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486380.8400.560.661407219.61
HexE562654038428c4814
Octal161264612407010221411024
Binary1110101011010011010101000111000100001010001100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,38); }

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

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

 a { background-color: rgb(14,86,38); }

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

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

 span { border-color: rgb(14,86,38); }

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