Html Css Color HEX #132711 Myrtle

📋 copy color: '#132711'

red 19 ◦ green 39 ◦ blue 17

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

Shades of Myrtle #132711

Tints of Myrtle #132711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 22.67%

R = 25.33%
G = 52%
B = 22.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#132711 (or 0x132711) is known color: Myrtle. HEX triplet: 13, 27 and 11. RGB value is (19,39,17). Sum of RGB (Red+Green+Blue) = 19+39+17=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #132711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132711 is #ECD8EE. Grayscale: #1E1E1E. Windows color (decimal): -15522031 or 1124115. OLE color: 1124115.

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

Color convert

RGB 19 39 17 -
CMYK 0.51 0 0.56 0.85
HSL 114.55º 0.39% 0.11% -
HSV(B) 114.55º 0.56% 0.15% -
XYZ 1.1 1.63 0.79 -
YUV 30.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 19 39 17 0.51 0 0.56 0.85 114.55 0.39 0.11
Hex 13 27 11 33 0 38 55 73 27 B
Octal 23 47 21 63 0 70 125 163 47 13
Binary 10011 100111 10001 110011 0 111000 1010101 1110011 100111 1011

Color Harmonies of #132711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132711

Black with #132711

Text Example


Text Example

White with #132711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132711; }

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

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

background-color css

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

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

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

border-color css

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

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

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