#214114

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

Shades of Myrtle #214114

Tints of Myrtle #214114

Color information

#214114 (or 0x214114) is unknown color: approx Myrtle. HEX triplet: 21, 41 and 14. RGB value is (33,65,20). Sum of RGB (Red+Green+Blue) = 33+65+20=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #214114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214114 is #DEBEEB. Grayscale: #323232. Windows color (decimal): -14597868 or 1327393. OLE color: 1327393.

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

Color convert

RGB336520-
CMYK0.4900.690.75
HSL102.67º52.94%16.67%-
HSV(B)102.67º69.23%25.49%-
XYZ2.644.151.32-
YUV50.3110.9115.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=27.97%
G=55.08%
B=16.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365200.4900.690.75102.6752.9416.67
Hex214114310454B673511
Octal41101246101051131476521
Binary100001100000110100110001010001011001011110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214114; }

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

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

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

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

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

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

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

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