Html Css Color HEX #135A1A Myrtle

📋 copy color: '#135A1A'

red 19 ◦ green 90 ◦ blue 26

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

Shades of Myrtle #135A1A

Tints of Myrtle #135A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 14.07%
G = 66.67%
B = 19.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#135A1A (or 0x135A1A) is known color: Myrtle. HEX triplet: 13, 5A and 1A. RGB value is (19,90,26). Sum of RGB (Red+Green+Blue) = 19+90+26=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #135A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A1A is #ECA5E5. Grayscale: #3D3D3D. Windows color (decimal): -15508966 or 1726995. OLE color: 1726995.

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

Color convert

RGB 19 90 26 -
CMYK 0.79 0 0.71 0.65
HSL 125.92º 0.65% 0.21% -
HSV(B) 125.92º 0.79% 0.35% -
XYZ 4.11 7.53 2.21 -
YUV 61.48 107.98 97.7 -
System Red Green Blue C M Y K H S L
Decimal 19 90 26 0.79 0 0.71 0.65 125.92 0.65 0.21
Hex 13 5A 1A 4F 0 47 41 7E 41 15
Octal 23 132 32 117 0 107 101 176 101 25
Binary 10011 1011010 11010 1001111 0 1000111 1000001 1111110 1000001 10101

Color Harmonies of #135A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A1A

Black with #135A1A

Text Example


Text Example

White with #135A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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