Html Css Color HEX #224250 Green Vogue

📋 copy color: '#224250'

red 34 ◦ green 66 ◦ blue 80

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

Shades of Green Vogue #224250

Tints of Green Vogue #224250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 18.89%
G = 36.67%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224250 (or 0x224250) is known color: Green Vogue. HEX triplet: 22, 42 and 50. RGB value is (34,66,80). Sum of RGB (Red+Green+Blue) = 34+66+80=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #224250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224250 is #DDBDAF. Grayscale: #393939. Windows color (decimal): -14532016 or 5259810. OLE color: 5259810.

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

Color convert

RGB 34 66 80 -
CMYK 0.58 0.17 0 0.69
HSL 198.26º 0.4% 0.22% -
HSV(B) 198.26º 0.58% 0.31% -
XYZ 4.06 4.82 8.31 -
YUV 58.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 34 66 80 0.58 0.17 0 0.69 198.26 0.4 0.22
Hex 22 42 50 3A 11 0 45 C6 28 16
Octal 42 102 120 72 21 0 105 306 50 26
Binary 100010 1000010 1010000 111010 10001 0 1000101 11000110 101000 10110

Color Harmonies of #224250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224250

Black with #224250

Text Example


Text Example

White with #224250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224250; }

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

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

background-color css

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

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

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

border-color css

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

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

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