Html Css Color HEX #216014 Myrtle

📋 copy color: '#216014'

red 33 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #216014

Tints of Myrtle #216014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.43%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 22.15%
G = 64.43%
B = 13.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#216014 (or 0x216014) is known color: Myrtle. HEX triplet: 21, 60 and 14. RGB value is (33,96,20). Sum of RGB (Red+Green+Blue) = 33+96+20=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #216014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216014 is #DE9FEB. Grayscale: #444444. Windows color (decimal): -14589932 or 1335329. OLE color: 1335329.

HSL color Cylindrical-coordinate representation of color #216014: hue angle of 109.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #216014 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 96 20 -
CMYK 0.66 0 0.79 0.62
HSL 109.74º 0.66% 0.23% -
HSV(B) 109.74º 0.79% 0.38% -
XYZ 4.94 8.74 2.09 -
YUV 68.5 100.63 102.68 -
System Red Green Blue C M Y K H S L
Decimal 33 96 20 0.66 0 0.79 0.62 109.74 0.66 0.23
Hex 21 60 14 42 0 4F 3E 6E 42 17
Octal 41 140 24 102 0 117 76 156 102 27
Binary 100001 1100000 10100 1000010 0 1001111 111110 1101110 1000010 10111

Color Harmonies of #216014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216014

Black with #216014

Text Example


Text Example

White with #216014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216014; }

 p { color: rgb(33,96,20); }

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

background-color css

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

 a { background-color: rgb(33,96,20); }

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

border-color css

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

 span { border-color: rgb(33,96,20); }

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