Html Css Color HEX #135D1A Myrtle

📋 copy color: '#135D1A'

red 19 ◦ green 93 ◦ blue 26

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

Shades of Myrtle #135D1A

Tints of Myrtle #135D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.39%

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

R = 13.77%
G = 67.39%
B = 18.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#135D1A (or 0x135D1A) is known color: Myrtle. HEX triplet: 13, 5D and 1A. RGB value is (19,93,26). Sum of RGB (Red+Green+Blue) = 19+93+26=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #135D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D1A is #ECA2E5. Grayscale: #3F3F3F. Windows color (decimal): -15508198 or 1727763. OLE color: 1727763.

HSL color Cylindrical-coordinate representation of color #135D1A: hue angle of 125.68º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D1A is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 26 -
CMYK 0.80 0 0.72 0.64
HSL 125.68º 0.66% 0.22% -
HSV(B) 125.68º 0.8% 0.36% -
XYZ 4.37 8.04 2.3 -
YUV 63.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 19 93 26 0.80 0 0.72 0.64 125.68 0.66 0.22
Hex 13 5D 1A 50 0 48 40 7E 42 16
Octal 23 135 32 120 0 110 100 176 102 26
Binary 10011 1011101 11010 1010000 0 1001000 1000000 1111110 1000010 10110

Color Harmonies of #135D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D1A

Black with #135D1A

Text Example


Text Example

White with #135D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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