Html Css Color HEX #135C09 Myrtle

📋 copy color: '#135C09'

red 19 ◦ green 92 ◦ blue 9

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

Shades of Myrtle #135C09

Tints of Myrtle #135C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 76.67%

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

R = 15.83%
G = 76.67%
B = 7.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#135C09 (or 0x135C09) is known color: Myrtle. HEX triplet: 13, 5C and 09. RGB value is (19,92,9). Sum of RGB (Red+Green+Blue) = 19+92+9=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #135C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C09 is #ECA3F6. Grayscale: #3C3C3C. Windows color (decimal): -15508471 or 613395. OLE color: 613395.

HSL color Cylindrical-coordinate representation of color #135C09: hue angle of 112.77º 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 #135C09 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 92 9 -
CMYK 0.79 0 0.90 0.64
HSL 112.77º 0.82% 0.2% -
HSV(B) 112.77º 0.9% 0.36% -
XYZ 4.15 7.81 1.55 -
YUV 60.71 98.82 98.25 -
System Red Green Blue C M Y K H S L
Decimal 19 92 9 0.79 0 0.90 0.64 112.77 0.82 0.2
Hex 13 5C 9 4F 0 5A 40 71 52 14
Octal 23 134 11 117 0 132 100 161 122 24
Binary 10011 1011100 1001 1001111 0 1011010 1000000 1110001 1010010 10100

Color Harmonies of #135C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C09

Black with #135C09

Text Example


Text Example

White with #135C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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