Html Css Color HEX #0E520B Myrtle

📋 copy color: '#0E520B'

red 14 ◦ green 82 ◦ blue 11

#0E520B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E520B

Tints of Myrtle #0E520B

RGB

 RED value IS 14 (5.86% from 255) = 13.08%

 GREEN value IS 82 (32.42% from 255) = 76.64%

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 13.08%
G = 76.64%
B = 10.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#0E520B (or 0x0E520B) is known color: Myrtle. HEX triplet: 0E, 52 and 0B. RGB value is (14,82,11). Sum of RGB (Red+Green+Blue) = 14+82+11=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #0E520B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E520B is #F1ADF4. Grayscale: #353535. Windows color (decimal): -15838709 or 741902. OLE color: 741902.

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

Color convert

RGB 14 82 11 -
CMYK 0.83 0 0.87 0.68
HSL 117.46º 0.76% 0.18% -
HSV(B) 117.46º 0.87% 0.32% -
XYZ 3.26 6.15 1.33 -
YUV 53.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 14 82 11 0.83 0 0.87 0.68 117.46 0.76 0.18
Hex E 52 B 53 0 57 44 75 4C 12
Octal 16 122 13 123 0 127 104 165 114 22
Binary 1110 1010010 1011 1010011 0 1010111 1000100 1110101 1001100 10010

Color Harmonies of #0E520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E520B

Black with #0E520B

Text Example


Text Example

White with #0E520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,82,11); }

 H1.HeaderClassName
 {
   color: #0E520B;
 }
 .AnyTagClassName
 {
   color: #0E520B;
 }
</style>

background-color css

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

 a { background-color: rgb(14,82,11); }

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

border-color css

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

 span { border-color: rgb(14,82,11); }

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