Html Css Color HEX #135016 Myrtle

📋 copy color: '#135016'

red 19 ◦ green 80 ◦ blue 22

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

Shades of Myrtle #135016

Tints of Myrtle #135016

RGB

 RED value IS 19 (7.81% from 255) = 15.7%

 GREEN value IS 80 (31.64% from 255) = 66.12%

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 15.7%
G = 66.12%
B = 18.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#135016 (or 0x135016) is known color: Myrtle. HEX triplet: 13, 50 and 16. RGB value is (19,80,22). Sum of RGB (Red+Green+Blue) = 19+80+22=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #135016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135016 is #ECAFE9. Grayscale: #373737. Windows color (decimal): -15511530 or 1462291. OLE color: 1462291.

HSL color Cylindrical-coordinate representation of color #135016: hue angle of 122.95º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135016 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 22 -
CMYK 0.76 0 0.72 0.69
HSL 122.95º 0.62% 0.19% -
HSV(B) 122.95º 0.76% 0.31% -
XYZ 3.28 5.93 1.73 -
YUV 55.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 19 80 22 0.76 0 0.72 0.69 122.95 0.62 0.19
Hex 13 50 16 4C 0 48 45 7B 3E 13
Octal 23 120 26 114 0 110 105 173 76 23
Binary 10011 1010000 10110 1001100 0 1001000 1000101 1111011 111110 10011

Color Harmonies of #135016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135016

Black with #135016

Text Example


Text Example

White with #135016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135016; }

 p { color: rgb(19,80,22); }

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

background-color css

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

 a { background-color: rgb(19,80,22); }

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

border-color css

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

 span { border-color: rgb(19,80,22); }

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