Html Css Color HEX #135F16 Myrtle

📋 copy color: '#135F16'

red 19 ◦ green 95 ◦ blue 22

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

Shades of Myrtle #135F16

Tints of Myrtle #135F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 69.85%

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

R = 13.97%
G = 69.85%
B = 16.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#135F16 (or 0x135F16) is known color: Myrtle. HEX triplet: 13, 5F and 16. RGB value is (19,95,22). Sum of RGB (Red+Green+Blue) = 19+95+22=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #135F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F16 is #ECA0E9. Grayscale: #404040. Windows color (decimal): -15507690 or 1466131. OLE color: 1466131.

HSL color Cylindrical-coordinate representation of color #135F16: hue angle of 122.37º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F16 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 95 22 -
CMYK 0.80 0 0.77 0.63
HSL 122.37º 0.67% 0.22% -
HSV(B) 122.37º 0.8% 0.37% -
XYZ 4.51 8.38 2.14 -
YUV 63.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 19 95 22 0.80 0 0.77 0.63 122.37 0.67 0.22
Hex 13 5F 16 50 0 4D 3F 7A 43 16
Octal 23 137 26 120 0 115 77 172 103 26
Binary 10011 1011111 10110 1010000 0 1001101 111111 1111010 1000011 10110

Color Harmonies of #135F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135F16

Black with #135F16

Text Example


Text Example

White with #135F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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