Html Css Color HEX #135012 Myrtle

📋 copy color: '#135012'

red 19 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #135012

Tints of Myrtle #135012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 68.38%

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 16.24%
G = 68.38%
B = 15.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#135012 (or 0x135012) is known color: Myrtle. HEX triplet: 13, 50 and 12. RGB value is (19,80,18). Sum of RGB (Red+Green+Blue) = 19+80+18=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #135012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135012 is #ECAFED. Grayscale: #363636. Windows color (decimal): -15511534 or 1200147. OLE color: 1200147.

HSL color Cylindrical-coordinate representation of color #135012: hue angle of 119.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135012 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 80 18 -
CMYK 0.76 0 0.78 0.69
HSL 119.03º 0.63% 0.19% -
HSV(B) 119.03º 0.78% 0.31% -
XYZ 3.25 5.92 1.54 -
YUV 54.69 107.29 102.54 -
System Red Green Blue C M Y K H S L
Decimal 19 80 18 0.76 0 0.78 0.69 119.03 0.63 0.19
Hex 13 50 12 4C 0 4E 45 77 3F 13
Octal 23 120 22 114 0 116 105 167 77 23
Binary 10011 1010000 10010 1001100 0 1001110 1000101 1110111 111111 10011

Color Harmonies of #135012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135012

Black with #135012

Text Example


Text Example

White with #135012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135012; }

 p { color: rgb(19,80,18); }

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

background-color css

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

 a { background-color: rgb(19,80,18); }

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

border-color css

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

 span { border-color: rgb(19,80,18); }

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