#214022

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

Shades of Myrtle #214022

Tints of Myrtle #214022

Color information

#214022 (or 0x214022) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 22. RGB value is (33,64,34). Sum of RGB (Red+Green+Blue) = 33+64+34=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #214022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214022 is #DEBFDD. Grayscale: #333333. Windows color (decimal): -14598110 or 2244641. OLE color: 2244641.

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

Color convert

RGB336434-
CMYK0.4800.470.75
HSL121.94º31.96%19.02%-
HSV(B)121.94º48.44%25.1%-
XYZ2.754.112.16-
YUV51.31118.23114.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=25.19%
G=48.85%
B=25.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364340.4800.470.75121.9431.9619.02
Hex2140223002F4B7a2013
Octal4110042600571131724023
Binary100001100000010001011000001011111001011111101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214022; }

 p { color: rgb(33,64,34); }

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

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

 a { background-color: rgb(33,64,34); }

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

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

 span { border-color: rgb(33,64,34); }

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