#224248

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

Shades of Green Vogue #224248

Tints of Green Vogue #224248

Color information

#224248 (or 0x224248) is unknown color: approx Green Vogue. HEX triplet: 22, 42 and 48. RGB value is (34,66,72). Sum of RGB (Red+Green+Blue) = 34+66+72=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #224248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224248 is #DDBDB7. Grayscale: #393939. Windows color (decimal): -14532024 or 4735522. OLE color: 4735522.

HSL color Cylindrical-coordinate representation of color #224248: hue angle of 189.47º 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 #224248 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB346672-
CMYK0.530.0800.72
HSL189.47º35.85%20.78%-
HSV(B)189.47º52.78%28.24%-
XYZ3.784.76.84-
YUV57.12136.4111.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=19.77%
G=38.37%
B=41.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3466720.530.0800.72189.4735.8520.78
Hex224248358048bd2415
Octal42102110651001102754425
Binary100010100001010010001101011000010010001011110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224248; }

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

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

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

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

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

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

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

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