#21464C

Color #21464C Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #21464C

Tints of Green Vogue #21464C

Color information

#21464C (or 0x21464C) is unknown color: approx Green Vogue. HEX triplet: 21, 46 and 4C. RGB value is (33,70,76). Sum of RGB (Red+Green+Blue) = 33+70+76=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #21464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21464C is #DEB9B3. Grayscale: #3B3B3B. Windows color (decimal): -14596532 or 4998689. OLE color: 4998689.

HSL color Cylindrical-coordinate representation of color #21464C: hue angle of 188.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21464C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB337076-
CMYK0.570.0800.70
HSL188.37º39.45%21.37%-
HSV(B)188.37º56.58%29.8%-
XYZ4.125.237.63-
YUV59.62137.24109.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=18.44%
G=39.11%
B=42.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3370760.570.0800.70188.3739.4521.37
Hex21464C398046bc2715
Octal41106114711001062744725
Binary100001100011010011001110011000010001101011110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21464C; }

 p { color: rgb(33,70,76); }

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

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

 a { background-color: rgb(33,70,76); }

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

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

 span { border-color: rgb(33,70,76); }

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