#214116

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

Shades of Myrtle #214116

Tints of Myrtle #214116

Color information

#214116 (or 0x214116) is unknown color: approx Myrtle. HEX triplet: 21, 41 and 16. RGB value is (33,65,22). Sum of RGB (Red+Green+Blue) = 33+65+22=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #214116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214116 is #DEBEE9. Grayscale: #323232. Windows color (decimal): -14597866 or 1458465. OLE color: 1458465.

HSL color Cylindrical-coordinate representation of color #214116: hue angle of 104.65º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214116 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB336522-
CMYK0.4900.660.75
HSL104.65º49.43%17.06%-
HSV(B)104.65º66.15%25.49%-
XYZ2.664.161.42-
YUV50.53111.9115.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=27.5%
G=54.17%
B=18.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365220.4900.660.75104.6549.4317.06
Hex214116310424B693111
Octal41101266101021131516121
Binary100001100000110110110001010000101001011110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214116; }

 p { color: rgb(33,65,22); }

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

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

 a { background-color: rgb(33,65,22); }

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

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

 span { border-color: rgb(33,65,22); }

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