Html Css Color HEX #224252 Green Vogue

📋 copy color: '#224252'

red 34 ◦ green 66 ◦ blue 82

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

Shades of Green Vogue #224252

Tints of Green Vogue #224252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 18.68%
G = 36.26%
B = 45.05%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224252 (or 0x224252) is known color: Green Vogue. HEX triplet: 22, 42 and 52. RGB value is (34,66,82). Sum of RGB (Red+Green+Blue) = 34+66+82=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #224252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224252 is #DDBDAD. Grayscale: #3A3A3A. Windows color (decimal): -14532014 or 5390882. OLE color: 5390882.

HSL color Cylindrical-coordinate representation of color #224252: hue angle of 200º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224252 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 66 82 -
CMYK 0.59 0.20 0 0.68
HSL 200º 0.41% 0.23% -
HSV(B) 200º 0.59% 0.32% -
XYZ 4.13 4.85 8.7 -
YUV 58.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 34 66 82 0.59 0.20 0 0.68 200 0.41 0.23
Hex 22 42 52 3B 14 0 44 C8 29 17
Octal 42 102 122 73 24 0 104 310 51 27
Binary 100010 1000010 1010010 111011 10100 0 1000100 11001000 101001 10111

Color Harmonies of #224252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224252

Black with #224252

Text Example


Text Example

White with #224252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224252; }

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

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

background-color css

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

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

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

border-color css

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

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

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