#224253

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

Shades of Green Vogue #224253

Tints of Green Vogue #224253

Color information

#224253 (or 0x224253) is unknown color: approx Green Vogue. HEX triplet: 22, 42 and 53. RGB value is (34,66,83). Sum of RGB (Red+Green+Blue) = 34+66+83=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #224253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224253 is #DDBDAC. Grayscale: #3A3A3A. Windows color (decimal): -14532013 or 5456418. OLE color: 5456418.

HSL color Cylindrical-coordinate representation of color #224253: hue angle of 200.82º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224253 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346683-
CMYK0.590.2000.67
HSL200.82º41.88%22.94%-
HSV(B)200.82º59.04%32.55%-
XYZ4.174.868.9-
YUV58.37141.9110.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.58%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=18.58%
G=36.07%
B=45.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3466830.590.2000.67200.8241.8822.94
Hex2242533B14043c92a17
Octal42102123732401033115227
Binary1000101000010101001111101110100010000111100100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224253; }

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

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

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

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

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

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

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

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