#214320

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

Shades of Myrtle #214320

Tints of Myrtle #214320

Color information

#214320 (or 0x214320) is unknown color: approx Myrtle. HEX triplet: 21, 43 and 20. RGB value is (33,67,32). Sum of RGB (Red+Green+Blue) = 33+67+32=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #214320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214320 is #DEBCDF. Grayscale: #343434. Windows color (decimal): -14597344 or 2114337. OLE color: 2114337.

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

Color convert

RGB336732-
CMYK0.5100.520.74
HSL118.29º35.35%19.41%-
HSV(B)118.29º52.24%26.27%-
XYZ2.94.442.07-
YUV52.84116.24113.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=25%
G=50.76%
B=24.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367320.5100.520.74118.2935.3519.41
Hex214320330344A762313
Octal4110340630641121664323
Binary100001100001110000011001101101001001010111011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214320; }

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

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

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

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

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

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

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

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