#224047

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

Shades of Green Vogue #224047

Tints of Green Vogue #224047

Color information

#224047 (or 0x224047) is unknown color: approx Green Vogue. HEX triplet: 22, 40 and 47. RGB value is (34,64,71). Sum of RGB (Red+Green+Blue) = 34+64+71=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #224047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224047 is #DDBFB8. Grayscale: #373737. Windows color (decimal): -14532537 or 4669474. OLE color: 4669474.

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

Color convert

RGB346471-
CMYK0.520.1000.72
HSL191.35º35.24%20.59%-
HSV(B)191.35º52.11%27.84%-
XYZ3.634.466.63-
YUV55.83136.56112.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=20.12%
G=37.87%
B=42.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3464710.520.1000.72191.3535.2420.59
Hex22404734A048bf2315
Octal42100107641201102774325
Binary100010100000010001111101001010010010001011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224047; }

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

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

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

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

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

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

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

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