Html Css Color HEX #224450 Green Vogue

📋 copy color: '#224450'

red 34 ◦ green 68 ◦ blue 80

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

Shades of Green Vogue #224450

Tints of Green Vogue #224450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.36%

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

R = 18.68%
G = 37.36%
B = 43.96%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224450 (or 0x224450) is known color: Green Vogue. HEX triplet: 22, 44 and 50. RGB value is (34,68,80). Sum of RGB (Red+Green+Blue) = 34+68+80=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #224450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224450 is #DDBBAF. Grayscale: #3B3B3B. Windows color (decimal): -14531504 or 5260322. OLE color: 5260322.

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

Color convert

RGB 34 68 80 -
CMYK 0.58 0.15 0 0.69
HSL 195.65º 0.4% 0.22% -
HSV(B) 195.65º 0.58% 0.31% -
XYZ 4.17 5.05 8.34 -
YUV 59.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 34 68 80 0.58 0.15 0 0.69 195.65 0.4 0.22
Hex 22 44 50 3A F 0 45 C4 28 16
Octal 42 104 120 72 17 0 105 304 50 26
Binary 100010 1000100 1010000 111010 1111 0 1000101 11000100 101000 10110

Color Harmonies of #224450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224450

Black with #224450

Text Example


Text Example

White with #224450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224450; }

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

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

background-color css

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

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

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

border-color css

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

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

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