#214117

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

Shades of Myrtle #214117

Tints of Myrtle #214117

Color information

#214117 (or 0x214117) is unknown color: approx Myrtle. HEX triplet: 21, 41 and 17. RGB value is (33,65,23). Sum of RGB (Red+Green+Blue) = 33+65+23=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #214117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214117 is #DEBEE8. Grayscale: #323232. Windows color (decimal): -14597865 or 1524001. OLE color: 1524001.

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

Color convert

RGB336523-
CMYK0.4900.650.75
HSL105.71º47.73%17.25%-
HSV(B)105.71º64.62%25.49%-
XYZ2.674.171.47-
YUV50.64112.4115.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=27.27%
G=53.72%
B=19.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365230.4900.650.75105.7147.7317.25
Hex214117310414B6a3011
Octal41101276101011131526021
Binary100001100000110111110001010000011001011110101011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214117; }

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

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

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

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

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

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

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

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