Html Css Color HEX #135D09 Myrtle

📋 copy color: '#135D09'

red 19 ◦ green 93 ◦ blue 9

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

Shades of Myrtle #135D09

Tints of Myrtle #135D09

RGB

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

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

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

R = 15.7%
G = 76.86%
B = 7.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#135D09 (or 0x135D09) is known color: Myrtle. HEX triplet: 13, 5D and 09. RGB value is (19,93,9). Sum of RGB (Red+Green+Blue) = 19+93+9=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #135D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D09 is #ECA2F6. Grayscale: #3D3D3D. Windows color (decimal): -15508215 or 613651. OLE color: 613651.

HSL color Cylindrical-coordinate representation of color #135D09: hue angle of 112.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135D09 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 93 9 -
CMYK 0.80 0 0.90 0.64
HSL 112.86º 0.82% 0.2% -
HSV(B) 112.86º 0.9% 0.36% -
XYZ 4.23 7.99 1.58 -
YUV 61.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 19 93 9 0.80 0 0.90 0.64 112.86 0.82 0.2
Hex 13 5D 9 50 0 5A 40 71 52 14
Octal 23 135 11 120 0 132 100 161 122 24
Binary 10011 1011101 1001 1010000 0 1011010 1000000 1110001 1010010 10100

Color Harmonies of #135D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D09

Black with #135D09

Text Example


Text Example

White with #135D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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