#22414F

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

Shades of Green Vogue #22414F

Tints of Green Vogue #22414F

Color information

#22414F (or 0x22414F) is unknown color: approx Green Vogue. HEX triplet: 22, 41 and 4F. RGB value is (34,65,79). Sum of RGB (Red+Green+Blue) = 34+65+79=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #22414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22414F is #DDBEB0. Grayscale: #393939. Windows color (decimal): -14532273 or 5194018. OLE color: 5194018.

HSL color Cylindrical-coordinate representation of color #22414F: hue angle of 198.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22414F is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB346579-
CMYK0.570.1800.69
HSL198.67º39.82%22.16%-
HSV(B)198.67º56.96%30.98%-
XYZ3.964.698.09-
YUV57.33140.23111.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=19.10%
G=36.52%
B=44.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3465790.570.1800.69198.6739.8222.16
Hex22414F3912045c72816
Octal42101117712201053075026
Binary1000101000001100111111100110010010001011100011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22414F; }

 p { color: rgb(34,65,79); }

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

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

 a { background-color: rgb(34,65,79); }

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

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

 span { border-color: rgb(34,65,79); }

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