Html Css Color HEX #135509 Myrtle

📋 copy color: '#135509'

red 19 ◦ green 85 ◦ blue 9

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

Shades of Myrtle #135509

Tints of Myrtle #135509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.22%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 16.81%
G = 75.22%
B = 7.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#135509 (or 0x135509) is known color: Myrtle. HEX triplet: 13, 55 and 09. RGB value is (19,85,9). Sum of RGB (Red+Green+Blue) = 19+85+9=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #135509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135509 is #ECAAF6. Grayscale: #383838. Windows color (decimal): -15510263 or 611603. OLE color: 611603.

HSL color Cylindrical-coordinate representation of color #135509: hue angle of 112.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #135509 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 9 -
CMYK 0.78 0 0.89 0.67
HSL 112.11º 0.81% 0.18% -
HSV(B) 112.11º 0.89% 0.33% -
XYZ 3.57 6.66 1.36 -
YUV 56.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 19 85 9 0.78 0 0.89 0.67 112.11 0.81 0.18
Hex 13 55 9 4E 0 59 43 70 51 12
Octal 23 125 11 116 0 131 103 160 121 22
Binary 10011 1010101 1001 1001110 0 1011001 1000011 1110000 1010001 10010

Color Harmonies of #135509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135509

Black with #135509

Text Example


Text Example

White with #135509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135509; }

 p { color: rgb(19,85,9); }

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

background-color css

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

 a { background-color: rgb(19,85,9); }

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

border-color css

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

 span { border-color: rgb(19,85,9); }

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