Html Css Color HEX #135918 Myrtle

📋 copy color: '#135918'

red 19 ◦ green 89 ◦ blue 24

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

Shades of Myrtle #135918

Tints of Myrtle #135918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 14.39%
G = 67.42%
B = 18.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#135918 (or 0x135918) is known color: Myrtle. HEX triplet: 13, 59 and 18. RGB value is (19,89,24). Sum of RGB (Red+Green+Blue) = 19+89+24=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #135918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135918 is #ECA6E7. Grayscale: #3C3C3C. Windows color (decimal): -15509224 or 1595667. OLE color: 1595667.

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

Color convert

RGB 19 89 24 -
CMYK 0.79 0 0.73 0.65
HSL 124.29º 0.65% 0.21% -
HSV(B) 124.29º 0.79% 0.35% -
XYZ 4.01 7.35 2.07 -
YUV 60.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 19 89 24 0.79 0 0.73 0.65 124.29 0.65 0.21
Hex 13 59 18 4F 0 49 41 7C 41 15
Octal 23 131 30 117 0 111 101 174 101 25
Binary 10011 1011001 11000 1001111 0 1001001 1000001 1111100 1000001 10101

Color Harmonies of #135918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135918

Black with #135918

Text Example


Text Example

White with #135918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135918; }

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

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

background-color css

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

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

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

border-color css

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

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

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