Html Css Color HEX #135A14 Myrtle

📋 copy color: '#135A14'

red 19 ◦ green 90 ◦ blue 20

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

Shades of Myrtle #135A14

Tints of Myrtle #135A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 14.73%
G = 69.77%
B = 15.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#135A14 (or 0x135A14) is known color: Myrtle. HEX triplet: 13, 5A and 14. RGB value is (19,90,20). Sum of RGB (Red+Green+Blue) = 19+90+20=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #135A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A14 is #ECA5EB. Grayscale: #3D3D3D. Windows color (decimal): -15508972 or 1333779. OLE color: 1333779.

HSL color Cylindrical-coordinate representation of color #135A14: hue angle of 120.85º 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 #135A14 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 90 20 -
CMYK 0.79 0 0.78 0.65
HSL 120.85º 0.65% 0.21% -
HSV(B) 120.85º 0.79% 0.35% -
XYZ 4.05 7.5 1.9 -
YUV 60.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 19 90 20 0.79 0 0.78 0.65 120.85 0.65 0.21
Hex 13 5A 14 4F 0 4E 41 79 41 15
Octal 23 132 24 117 0 116 101 171 101 25
Binary 10011 1011010 10100 1001111 0 1001110 1000001 1111001 1000001 10101

Color Harmonies of #135A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A14

Black with #135A14

Text Example


Text Example

White with #135A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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