Html Css Color HEX #132710 Myrtle

📋 copy color: '#132710'

red 19 ◦ green 39 ◦ blue 16

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

Shades of Myrtle #132710

Tints of Myrtle #132710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 52.7%

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

R = 25.68%
G = 52.7%
B = 21.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#132710 (or 0x132710) is known color: Myrtle. HEX triplet: 13, 27 and 10. RGB value is (19,39,16). Sum of RGB (Red+Green+Blue) = 19+39+16=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #132710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132710 is #ECD8EF. Grayscale: #1E1E1E. Windows color (decimal): -15522032 or 1058579. OLE color: 1058579.

HSL color Cylindrical-coordinate representation of color #132710: hue angle of 112.17º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132710 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 39 16 -
CMYK 0.51 0 0.59 0.85
HSL 112.17º 0.42% 0.11% -
HSV(B) 112.17º 0.59% 0.15% -
XYZ 1.09 1.63 0.75 -
YUV 30.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 19 39 16 0.51 0 0.59 0.85 112.17 0.42 0.11
Hex 13 27 10 33 0 3B 55 70 2A B
Octal 23 47 20 63 0 73 125 160 52 13
Binary 10011 100111 10000 110011 0 111011 1010101 1110000 101010 1011

Color Harmonies of #132710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132710

Black with #132710

Text Example


Text Example

White with #132710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132710; }

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

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

background-color css

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

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

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

border-color css

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

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

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