Html Css Color HEX #135A12 Myrtle

📋 copy color: '#135A12'

red 19 ◦ green 90 ◦ blue 18

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

Shades of Myrtle #135A12

Tints of Myrtle #135A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 14.96%
G = 70.87%
B = 14.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#135A12 (or 0x135A12) is known color: Myrtle. HEX triplet: 13, 5A and 12. RGB value is (19,90,18). Sum of RGB (Red+Green+Blue) = 19+90+18=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #135A12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A12 is #ECA5ED. Grayscale: #3C3C3C. Windows color (decimal): -15508974 or 1202707. OLE color: 1202707.

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

Color convert

RGB 19 90 18 -
CMYK 0.79 0 0.80 0.65
HSL 119.17º 0.67% 0.21% -
HSV(B) 119.17º 0.8% 0.35% -
XYZ 4.03 7.49 1.81 -
YUV 60.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 19 90 18 0.79 0 0.80 0.65 119.17 0.67 0.21
Hex 13 5A 12 4F 0 50 41 77 43 15
Octal 23 132 22 117 0 120 101 167 103 25
Binary 10011 1011010 10010 1001111 0 1010000 1000001 1110111 1000011 10101

Color Harmonies of #135A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A12

Black with #135A12

Text Example


Text Example

White with #135A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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