#214122

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

Shades of Myrtle #214122

Tints of Myrtle #214122

Color information

#214122 (or 0x214122) is unknown color: approx Myrtle. HEX triplet: 21, 41 and 22. RGB value is (33,65,34). Sum of RGB (Red+Green+Blue) = 33+65+34=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #214122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214122 is #DEBEDD. Grayscale: #333333. Windows color (decimal): -14597854 or 2244897. OLE color: 2244897.

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

Color convert

RGB336534-
CMYK0.4900.480.75
HSL121.88º32.65%19.22%-
HSV(B)121.88º49.23%25.49%-
XYZ2.814.222.18-
YUV51.9117.9114.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=25%
G=49.24%
B=25.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365340.4900.480.75121.8832.6519.22
Hex214122310304B7a2113
Octal4110142610601131724123
Binary100001100000110001011000101100001001011111101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214122; }

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

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

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

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

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

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

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

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