Html Css Color HEX #224150 Green Vogue

📋 copy color: '#224150'

red 34 ◦ green 65 ◦ blue 80

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

Shades of Green Vogue #224150

Tints of Green Vogue #224150

RGB

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

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

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

R = 18.99%
G = 36.31%
B = 44.69%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224150 (or 0x224150) is known color: Green Vogue. HEX triplet: 22, 41 and 50. RGB value is (34,65,80). Sum of RGB (Red+Green+Blue) = 34+65+80=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #224150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224150 is #DDBEAF. Grayscale: #393939. Windows color (decimal): -14532272 or 5259554. OLE color: 5259554.

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

Color convert

RGB 34 65 80 -
CMYK 0.58 0.19 0 0.69
HSL 199.57º 0.4% 0.22% -
HSV(B) 199.57º 0.58% 0.31% -
XYZ 4 4.7 8.29 -
YUV 57.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 34 65 80 0.58 0.19 0 0.69 199.57 0.4 0.22
Hex 22 41 50 3A 13 0 45 C8 28 16
Octal 42 101 120 72 23 0 105 310 50 26
Binary 100010 1000001 1010000 111010 10011 0 1000101 11001000 101000 10110

Color Harmonies of #224150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224150

Black with #224150

Text Example


Text Example

White with #224150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224150; }

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

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

background-color css

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

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

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

border-color css

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

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

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