#21424C

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

Shades of Green Vogue #21424C

Tints of Green Vogue #21424C

Color information

#21424C (or 0x21424C) is unknown color: approx Green Vogue. HEX triplet: 21, 42 and 4C. RGB value is (33,66,76). Sum of RGB (Red+Green+Blue) = 33+66+76=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #21424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21424C is #DEBDB3. Grayscale: #393939. Windows color (decimal): -14597556 or 4997665. OLE color: 4997665.

HSL color Cylindrical-coordinate representation of color #21424C: hue angle of 193.95º 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 #21424C is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB336676-
CMYK0.570.1300.70
HSL193.95º39.45%21.37%-
HSV(B)193.95º56.58%29.8%-
XYZ3.884.747.55-
YUV57.27138.57110.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=18.86%
G=37.71%
B=43.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3366760.570.1300.70193.9539.4521.37
Hex21424C39D046c22715
Octal41102114711501063024725
Binary100001100001010011001110011101010001101100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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