Html Css Color HEX #135914 Myrtle

📋 copy color: '#135914'

red 19 ◦ green 89 ◦ blue 20

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

Shades of Myrtle #135914

Tints of Myrtle #135914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 69.53%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 14.84%
G = 69.53%
B = 15.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#135914 (or 0x135914) is known color: Myrtle. HEX triplet: 13, 59 and 14. RGB value is (19,89,20). Sum of RGB (Red+Green+Blue) = 19+89+20=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #135914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135914 is #ECA6EB. Grayscale: #3C3C3C. Windows color (decimal): -15509228 or 1333523. OLE color: 1333523.

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

Color convert

RGB 19 89 20 -
CMYK 0.79 0 0.78 0.65
HSL 120.86º 0.65% 0.21% -
HSV(B) 120.86º 0.79% 0.35% -
XYZ 3.97 7.33 1.87 -
YUV 60.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 19 89 20 0.79 0 0.78 0.65 120.86 0.65 0.21
Hex 13 59 14 4F 0 4E 41 79 41 15
Octal 23 131 24 117 0 116 101 171 101 25
Binary 10011 1011001 10100 1001111 0 1001110 1000001 1111001 1000001 10101

Color Harmonies of #135914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135914

Black with #135914

Text Example


Text Example

White with #135914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135914; }

 p { color: rgb(19,89,20); }

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

background-color css

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

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

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

border-color css

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

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

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