#21414A

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

Shades of Green Vogue #21414A

Tints of Green Vogue #21414A

Color information

#21414A (or 0x21414A) is unknown color: approx Green Vogue. HEX triplet: 21, 41 and 4A. RGB value is (33,65,74). Sum of RGB (Red+Green+Blue) = 33+65+74=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #21414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21414A is #DEBEB5. Grayscale: #383838. Windows color (decimal): -14597814 or 4866337. OLE color: 4866337.

HSL color Cylindrical-coordinate representation of color #21414A: hue angle of 193.17º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21414A is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336574-
CMYK0.550.1200.71
HSL193.17º38.32%20.98%-
HSV(B)193.17º55.41%29.02%-
XYZ3.754.67.17-
YUV56.46137.9111.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=19.19%
G=37.79%
B=43.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3365740.550.1200.71193.1738.3220.98
Hex21414A37C047c12615
Octal41101112671401073014625
Binary100001100000110010101101111100010001111100000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21414A; }

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

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

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

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

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

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

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

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