#0E3202

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

Shades of Myrtle #0E3202

Tints of Myrtle #0E3202

Color information

#0E3202 (or 0x0E3202) is unknown color: approx Myrtle. HEX triplet: 0E, 32 and 02. RGB value is (14,50,2). Sum of RGB (Red+Green+Blue) = 14+50+2=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3202 is #F1CDFD. Grayscale: #212121. Windows color (decimal): -15846910 or 143886. OLE color: 143886.

HSL color Cylindrical-coordinate representation of color #0E3202: hue angle of 105º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E3202 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB14502-
CMYK0.7200.960.80
HSL105º92.31%10.2%-
HSV(B)105º96%19.61%-
XYZ1.332.380.45-
YUV33.76110.07113.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 50 (19.92% from 255) = 75.76%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=21.21%
G=75.76%
B=3.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal145020.7200.960.8010592.3110.2
HexE3224806050695ca
Octal16622110014012015113412
Binary1110110010101001000011000001010000110100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,2); }

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

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

 a { background-color: rgb(14,50,2); }

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

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

 span { border-color: rgb(14,50,2); }

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