#21444A

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

Shades of Green Vogue #21444A

Tints of Green Vogue #21444A

Color information

#21444A (or 0x21444A) is unknown color: approx Green Vogue. HEX triplet: 21, 44 and 4A. RGB value is (33,68,74). Sum of RGB (Red+Green+Blue) = 33+68+74=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #21444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21444A is #DEBBB5. Grayscale: #3A3A3A. Windows color (decimal): -14597046 or 4867105. OLE color: 4867105.

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

Color convert

RGB336874-
CMYK0.550.0800.71
HSL188.78º38.32%20.98%-
HSV(B)188.78º55.41%29.02%-
XYZ3.934.957.23-
YUV58.22136.9110.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=18.86%
G=38.86%
B=42.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3368740.550.0800.71188.7838.3220.98
Hex21444A378047bd2615
Octal41104112671001072754625
Binary100001100010010010101101111000010001111011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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