#0E4B08

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

Shades of Myrtle #0E4B08

Tints of Myrtle #0E4B08

Color information

#0E4B08 (or 0x0E4B08) is unknown color: approx Myrtle. HEX triplet: 0E, 4B and 08. RGB value is (14,75,8). Sum of RGB (Red+Green+Blue) = 14+75+8=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 75 (29.69% from 255 or 77.32% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4B08 is #F1B4F7. Grayscale: #313131. Windows color (decimal): -15840504 or 543502. OLE color: 543502.

HSL color Cylindrical-coordinate representation of color #0E4B08: hue angle of 114.63º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4B08 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB14758-
CMYK0.8100.890.71
HSL114.63º80.72%16.27%-
HSV(B)114.63º89.33%29.41%-
XYZ2.745.141.08-
YUV49.12104.79102.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 75 (29.69% from 255) = 77.32%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=14.43%
G=77.32%
B=8.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal147580.8100.890.71114.6380.7216.27
HexE4B85105947735110
Octal1611310121013110716312120
Binary11101001011100010100010101100110001111110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,75,8); }

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

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

 a { background-color: rgb(14,75,8); }

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

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

 span { border-color: rgb(14,75,8); }

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