Html Css Color HEX #224149 Green Vogue

📋 copy color: '#224149'

red 34 ◦ green 65 ◦ blue 73

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

Shades of Green Vogue #224149

Tints of Green Vogue #224149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 19.77%
G = 37.79%
B = 42.44%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#224149 (or 0x224149) is known color: Green Vogue. HEX triplet: 22, 41 and 49. RGB value is (34,65,73). Sum of RGB (Red+Green+Blue) = 34+65+73=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #224149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224149 is #DDBEB6. Grayscale: #383838. Windows color (decimal): -14532279 or 4800802. OLE color: 4800802.

HSL color Cylindrical-coordinate representation of color #224149: hue angle of 192.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224149 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 65 73 -
CMYK 0.53 0.11 0 0.71
HSL 192.31º 0.36% 0.21% -
HSV(B) 192.31º 0.53% 0.29% -
XYZ 3.75 4.6 6.99 -
YUV 56.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 34 65 73 0.53 0.11 0 0.71 192.31 0.36 0.21
Hex 22 41 49 35 B 0 47 C0 24 15
Octal 42 101 111 65 13 0 107 300 44 25
Binary 100010 1000001 1001001 110101 1011 0 1000111 11000000 100100 10101

Color Harmonies of #224149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224149

Black with #224149

Text Example


Text Example

White with #224149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224149; }

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

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

background-color css

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

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

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

border-color css

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

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

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