#224249

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

Shades of Green Vogue #224249

Tints of Green Vogue #224249

Color information

#224249 (or 0x224249) is unknown color: approx Green Vogue. HEX triplet: 22, 42 and 49. RGB value is (34,66,73). Sum of RGB (Red+Green+Blue) = 34+66+73=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #224249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224249 is #DDBDB6. Grayscale: #393939. Windows color (decimal): -14532023 or 4801058. OLE color: 4801058.

HSL color Cylindrical-coordinate representation of color #224249: hue angle of 190.77º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224249 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB346673-
CMYK0.530.1000.71
HSL190.77º36.45%20.98%-
HSV(B)190.77º53.42%28.63%-
XYZ3.814.727.01-
YUV57.23136.9111.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=19.65%
G=38.15%
B=42.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3466730.530.1000.71190.7736.4520.98
Hex22424935A047bf2415
Octal42102111651201072774425
Binary100010100001010010011101011010010001111011111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224249; }

 p { color: rgb(34,66,73); }

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

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

 a { background-color: rgb(34,66,73); }

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

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

 span { border-color: rgb(34,66,73); }

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