#0E511A

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

Shades of Crusoe #0E511A

Tints of Crusoe #0E511A

Color information

#0E511A (or 0x0E511A) is unknown color: approx Crusoe. HEX triplet: 0E, 51 and 1A. RGB value is (14,81,26). Sum of RGB (Red+Green+Blue) = 14+81+26=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #0E511A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E511A is #F1AEE5. Grayscale: #363636. Windows color (decimal): -15838950 or 1724686. OLE color: 1724686.

HSL color Cylindrical-coordinate representation of color #0E511A: hue angle of 130.75º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E511A is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB148126-
CMYK0.8300.680.68
HSL130.75º70.53%18.63%-
HSV(B)130.75º82.72%31.76%-
XYZ3.316.051.97-
YUV54.7111.898.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 81 (32.03% from 255) = 66.94%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=11.57%
G=66.94%
B=21.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1481260.8300.680.68130.7570.5318.63
HexE511A5304444834713
Octal1612132123010410420310723
Binary1110101000111010101001101000100100010010000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,26); }

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

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

 a { background-color: rgb(14,81,26); }

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

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

 span { border-color: rgb(14,81,26); }

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