Html Css Color HEX #224550 Green Vogue

📋 copy color: '#224550'

red 34 ◦ green 69 ◦ blue 80

#224550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #224550

Tints of Green Vogue #224550

RGB

 RED value IS 34 (13.67% from 255) = 18.58%

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 18.58%
G = 37.7%
B = 43.72%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224550 (or 0x224550) is known color: Green Vogue. HEX triplet: 22, 45 and 50. RGB value is (34,69,80). Sum of RGB (Red+Green+Blue) = 34+69+80=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #224550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224550 is #DDBAAF. Grayscale: #3B3B3B. Windows color (decimal): -14531248 or 5260578. OLE color: 5260578.

HSL color Cylindrical-coordinate representation of color #224550: hue angle of 194.35º 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 #224550 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 69 80 -
CMYK 0.58 0.14 0 0.69
HSL 194.35º 0.4% 0.22% -
HSV(B) 194.35º 0.58% 0.31% -
XYZ 4.24 5.18 8.37 -
YUV 59.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 34 69 80 0.58 0.14 0 0.69 194.35 0.4 0.22
Hex 22 45 50 3A E 0 45 C2 28 16
Octal 42 105 120 72 16 0 105 302 50 26
Binary 100010 1000101 1010000 111010 1110 0 1000101 11000010 101000 10110

Color Harmonies of #224550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224550

Black with #224550

Text Example


Text Example

White with #224550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224550; }

 p { color: rgb(34,69,80); }

 H1.HeaderClassName
 {
   color: #224550;
 }
 .AnyTagClassName
 {
   color: #224550;
 }
</style>

background-color css

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

 a { background-color: rgb(34,69,80); }

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

border-color css

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

 span { border-color: rgb(34,69,80); }

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