Html Css Color HEX #135B1A Myrtle

📋 copy color: '#135B1A'

red 19 ◦ green 91 ◦ blue 26

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

Shades of Myrtle #135B1A

Tints of Myrtle #135B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 66.91%

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

R = 13.97%
G = 66.91%
B = 19.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#135B1A (or 0x135B1A) is known color: Myrtle. HEX triplet: 13, 5B and 1A. RGB value is (19,91,26). Sum of RGB (Red+Green+Blue) = 19+91+26=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #135B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B1A is #ECA4E5. Grayscale: #3E3E3E. Windows color (decimal): -15508710 or 1727251. OLE color: 1727251.

HSL color Cylindrical-coordinate representation of color #135B1A: hue angle of 125.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B1A is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 91 26 -
CMYK 0.79 0 0.71 0.64
HSL 125.83º 0.65% 0.22% -
HSV(B) 125.83º 0.79% 0.36% -
XYZ 4.2 7.7 2.24 -
YUV 62.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 19 91 26 0.79 0 0.71 0.64 125.83 0.65 0.22
Hex 13 5B 1A 4F 0 47 40 7E 41 16
Octal 23 133 32 117 0 107 100 176 101 26
Binary 10011 1011011 11010 1001111 0 1000111 1000000 1111110 1000001 10110

Color Harmonies of #135B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135B1A

Black with #135B1A

Text Example


Text Example

White with #135B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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