Html Css Color HEX #135A13 Myrtle

📋 copy color: '#135A13'

red 19 ◦ green 90 ◦ blue 19

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

Shades of Myrtle #135A13

Tints of Myrtle #135A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 14.84%
G = 70.31%
B = 14.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#135A13 (or 0x135A13) is known color: Myrtle. HEX triplet: 13, 5A and 13. RGB value is (19,90,19). Sum of RGB (Red+Green+Blue) = 19+90+19=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #135A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A13 is #ECA5EC. Grayscale: #3C3C3C. Windows color (decimal): -15508973 or 1268243. OLE color: 1268243.

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

Color convert

RGB 19 90 19 -
CMYK 0.79 0 0.79 0.65
HSL 120º 0.65% 0.21% -
HSV(B) 120º 0.79% 0.35% -
XYZ 4.04 7.5 1.85 -
YUV 60.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 19 90 19 0.79 0 0.79 0.65 120 0.65 0.21
Hex 13 5A 13 4F 0 4F 41 78 41 15
Octal 23 132 23 117 0 117 101 170 101 25
Binary 10011 1011010 10011 1001111 0 1001111 1000001 1111000 1000001 10101

Color Harmonies of #135A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A13

Black with #135A13

Text Example


Text Example

White with #135A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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