#214324

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

Shades of Myrtle #214324

Tints of Myrtle #214324

Color information

#214324 (or 0x214324) is unknown color: approx Myrtle. HEX triplet: 21, 43 and 24. RGB value is (33,67,36). Sum of RGB (Red+Green+Blue) = 33+67+36=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #214324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214324 is #DEBCDB. Grayscale: #353535. Windows color (decimal): -14597340 or 2376481. OLE color: 2376481.

HSL color Cylindrical-coordinate representation of color #214324: hue angle of 125.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214324 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB336736-
CMYK0.5100.460.74
HSL125.29º34%19.61%-
HSV(B)125.29º50.75%26.27%-
XYZ2.954.472.38-
YUV53.3118.24113.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 67 (26.56% from 255) = 49.26%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=24.26%
G=49.26%
B=26.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367360.5100.460.74125.293419.61
Hex2143243302E4A7d2214
Octal4110344630561121754224
Binary100001100001110010011001101011101001010111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214324; }

 p { color: rgb(33,67,36); }

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

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

 a { background-color: rgb(33,67,36); }

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

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

 span { border-color: rgb(33,67,36); }

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