Html Css Color HEX #135A16 Myrtle

📋 copy color: '#135A16'

red 19 ◦ green 90 ◦ blue 22

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

Shades of Myrtle #135A16

Tints of Myrtle #135A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 68.7%

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

R = 14.5%
G = 68.7%
B = 16.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#135A16 (or 0x135A16) is known color: Myrtle. HEX triplet: 13, 5A and 16. RGB value is (19,90,22). Sum of RGB (Red+Green+Blue) = 19+90+22=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #135A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A16 is #ECA5E9. Grayscale: #3D3D3D. Windows color (decimal): -15508970 or 1464851. OLE color: 1464851.

HSL color Cylindrical-coordinate representation of color #135A16: hue angle of 122.54º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A16 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 22 -
CMYK 0.79 0 0.76 0.65
HSL 122.54º 0.65% 0.21% -
HSV(B) 122.54º 0.79% 0.35% -
XYZ 4.07 7.51 1.99 -
YUV 61.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 19 90 22 0.79 0 0.76 0.65 122.54 0.65 0.21
Hex 13 5A 16 4F 0 4C 41 7B 41 15
Octal 23 132 26 117 0 114 101 173 101 25
Binary 10011 1011010 10110 1001111 0 1001100 1000001 1111011 1000001 10101

Color Harmonies of #135A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A16

Black with #135A16

Text Example


Text Example

White with #135A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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