Html Css Color HEX #135010 Myrtle

📋 copy color: '#135010'

red 19 ◦ green 80 ◦ blue 16

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

Shades of Myrtle #135010

Tints of Myrtle #135010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 16.52%
G = 69.57%
B = 13.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#135010 (or 0x135010) is known color: Myrtle. HEX triplet: 13, 50 and 10. RGB value is (19,80,16). Sum of RGB (Red+Green+Blue) = 19+80+16=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #135010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135010 is #ECAFEF. Grayscale: #363636. Windows color (decimal): -15511536 or 1069075. OLE color: 1069075.

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

Color convert

RGB 19 80 16 -
CMYK 0.76 0 0.80 0.69
HSL 117.19º 0.67% 0.19% -
HSV(B) 117.19º 0.8% 0.31% -
XYZ 3.23 5.91 1.46 -
YUV 54.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 19 80 16 0.76 0 0.80 0.69 117.19 0.67 0.19
Hex 13 50 10 4C 0 50 45 75 43 13
Octal 23 120 20 114 0 120 105 165 103 23
Binary 10011 1010000 10000 1001100 0 1010000 1000101 1110101 1000011 10011

Color Harmonies of #135010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135010

Black with #135010

Text Example


Text Example

White with #135010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135010; }

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

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

background-color css

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

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

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

border-color css

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

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

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