Html Css Color HEX #214710 Myrtle

📋 copy color: '#214710'

red 33 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #214710

Tints of Myrtle #214710

RGB

 RED value IS 33 (13.28% from 255) = 27.5%

 GREEN value IS 71 (28.13% from 255) = 59.17%

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

R = 27.5%
G = 59.17%
B = 13.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#214710 (or 0x214710) is known color: Myrtle. HEX triplet: 21, 47 and 10. RGB value is (33,71,16). Sum of RGB (Red+Green+Blue) = 33+71+16=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #214710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214710 is #DEB8EF. Grayscale: #353535. Windows color (decimal): -14596336 or 1066785. OLE color: 1066785.

HSL color Cylindrical-coordinate representation of color #214710: hue angle of 101.45º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214710 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 16 -
CMYK 0.54 0 0.77 0.72
HSL 101.45º 0.63% 0.17% -
HSV(B) 101.45º 0.77% 0.28% -
XYZ 2.97 4.87 1.27 -
YUV 53.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 33 71 16 0.54 0 0.77 0.72 101.45 0.63 0.17
Hex 21 47 10 36 0 4D 48 65 3F 11
Octal 41 107 20 66 0 115 110 145 77 21
Binary 100001 1000111 10000 110110 0 1001101 1001000 1100101 111111 10001

Color Harmonies of #214710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214710

Black with #214710

Text Example


Text Example

White with #214710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214710; }

 p { color: rgb(33,71,16); }

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

background-color css

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

 a { background-color: rgb(33,71,16); }

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

border-color css

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

 span { border-color: rgb(33,71,16); }

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