Html Css Color HEX #135900 Myrtle

📋 copy color: '#135900'

red 19 ◦ green 89 ◦ blue 0

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

Shades of Myrtle #135900

Tints of Myrtle #135900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.59%
G = 82.41%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#135900 (or 0x135900) is known color: Myrtle. HEX triplet: 13, 59 and 00. RGB value is (19,89,0). Sum of RGB (Red+Green+Blue) = 19+89+0=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #135900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135900 is #ECA6FF. Grayscale: #3A3A3A. Windows color (decimal): -15509248 or 22803. OLE color: 22803.

HSL color Cylindrical-coordinate representation of color #135900: hue angle of 107.19º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #135900 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 89 0 -
CMYK 0.79 0 1 0.65
HSL 107.19º 1% 0.17% -
HSV(B) 107.19º 1% 0.35% -
XYZ 3.84 7.28 1.2 -
YUV 57.92 95.31 100.24 -
System Red Green Blue C M Y K H S L
Decimal 19 89 0 0.79 0 1 0.65 107.19 1 0.17
Hex 13 59 0 4F 0 64 41 6B 64 11
Octal 23 131 0 117 0 144 101 153 144 21
Binary 10011 1011001 0 1001111 0 1100100 1000001 1101011 1100100 10001

Color Harmonies of #135900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135900

Black with #135900

Text Example


Text Example

White with #135900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135900; }

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

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

background-color css

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

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

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

border-color css

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

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

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