#21434A

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

Shades of Green Vogue #21434A

Tints of Green Vogue #21434A

Color information

#21434A (or 0x21434A) is unknown color: approx Green Vogue. HEX triplet: 21, 43 and 4A. RGB value is (33,67,74). Sum of RGB (Red+Green+Blue) = 33+67+74=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #21434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21434A is #DEBCB5. Grayscale: #393939. Windows color (decimal): -14597302 or 4866849. OLE color: 4866849.

HSL color Cylindrical-coordinate representation of color #21434A: hue angle of 190.24º 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 #21434A is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB336774-
CMYK0.550.0900.71
HSL190.24º38.32%20.98%-
HSV(B)190.24º55.41%29.02%-
XYZ3.874.837.21-
YUV57.63137.24110.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=18.97%
G=38.51%
B=42.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3367740.550.0900.71190.2438.3220.98
Hex21434A379047be2615
Octal41103112671101072764625
Binary100001100001110010101101111001010001111011111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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