#214214

Color #214214 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214214

Tints of Myrtle #214214

Color information

#214214 (or 0x214214) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 14. RGB value is (33,66,20). Sum of RGB (Red+Green+Blue) = 33+66+20=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #214214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214214 is #DEBDEB. Grayscale: #333333. Windows color (decimal): -14597612 or 1327649. OLE color: 1327649.

HSL color Cylindrical-coordinate representation of color #214214: hue angle of 103.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214214 is Cyan = 0.5, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB336620-
CMYK0.500.700.74
HSL103.04º53.49%16.86%-
HSV(B)103.04º69.7%25.88%-
XYZ2.74.271.34-
YUV50.89110.57115.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=27.73%
G=55.46%
B=16.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366200.500.700.74103.0453.4916.86
Hex214214320464A673511
Octal41102246201061121476521
Binary100001100001010100110010010001101001010110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214214; }

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

 H1.HeaderClassName
 {
   color: #214214;
 }
 .AnyTagClassName
 {
   color: #214214;
 }
</style>
background-color css

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

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

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

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

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

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