#224048

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

Shades of Green Vogue #224048

Tints of Green Vogue #224048

Color information

#224048 (or 0x224048) is unknown color: approx Green Vogue. HEX triplet: 22, 40 and 48. RGB value is (34,64,72). Sum of RGB (Red+Green+Blue) = 34+64+72=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #224048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224048 is #DDBFB7. Grayscale: #373737. Windows color (decimal): -14532536 or 4735010. OLE color: 4735010.

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

Color convert

RGB346472-
CMYK0.530.1100.72
HSL192.63º35.85%20.78%-
HSV(B)192.63º52.78%28.24%-
XYZ3.664.476.8-
YUV55.94137.06112.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=20%
G=37.65%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3464720.530.1100.72192.6335.8520.78
Hex22404835B048c12415
Octal42100110651301103014425
Binary100010100000010010001101011011010010001100000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224048; }

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

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

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

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

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

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

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

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