Html Css Color HEX #134211 Myrtle

📋 copy color: '#134211'

red 19 ◦ green 66 ◦ blue 17

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

Shades of Myrtle #134211

Tints of Myrtle #134211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.71%

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

R = 18.63%
G = 64.71%
B = 16.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#134211 (or 0x134211) is known color: Myrtle. HEX triplet: 13, 42 and 11. RGB value is (19,66,17). Sum of RGB (Red+Green+Blue) = 19+66+17=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #134211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134211 is #ECBDEE. Grayscale: #2E2E2E. Windows color (decimal): -15515119 or 1131027. OLE color: 1131027.

HSL color Cylindrical-coordinate representation of color #134211: hue angle of 117.55º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134211 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 66 17 -
CMYK 0.71 0 0.74 0.74
HSL 117.55º 0.59% 0.16% -
HSV(B) 117.55º 0.74% 0.26% -
XYZ 2.32 4.08 1.19 -
YUV 46.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 19 66 17 0.71 0 0.74 0.74 117.55 0.59 0.16
Hex 13 42 11 47 0 4A 4A 76 3B 10
Octal 23 102 21 107 0 112 112 166 73 20
Binary 10011 1000010 10001 1000111 0 1001010 1001010 1110110 111011 10000

Color Harmonies of #134211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134211

Black with #134211

Text Example


Text Example

White with #134211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134211; }

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

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

background-color css

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

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

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

border-color css

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

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

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