#224046

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

Shades of Green Vogue #224046

Tints of Green Vogue #224046

Color information

#224046 (or 0x224046) is unknown color: approx Green Vogue. HEX triplet: 22, 40 and 46. RGB value is (34,64,70). Sum of RGB (Red+Green+Blue) = 34+64+70=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #224046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224046 is #DDBFB9. Grayscale: #373737. Windows color (decimal): -14532538 or 4603938. OLE color: 4603938.

HSL color Cylindrical-coordinate representation of color #224046: hue angle of 190º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224046 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB346470-
CMYK0.510.0900.73
HSL190º34.62%20.39%-
HSV(B)190º51.43%27.45%-
XYZ3.64.456.46-
YUV55.71136.06112.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=20.24%
G=38.10%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3464700.510.0900.7319034.6220.39
Hex224046339049be2314
Octal42100106631101112764324
Binary100010100000010001101100111001010010011011111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224046; }

 p { color: rgb(34,64,70); }

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

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

 a { background-color: rgb(34,64,70); }

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

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

 span { border-color: rgb(34,64,70); }

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