Html Css Color HEX #224F49 Gable Green

📋 copy color: '#224F49'

red 34 ◦ green 79 ◦ blue 73

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

Shades of Gable Green #224F49

Tints of Gable Green #224F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.47%

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

R = 18.28%
G = 42.47%
B = 39.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#224F49 (or 0x224F49) is known color: Gable Green. HEX triplet: 22, 4F and 49. RGB value is (34,79,73). Sum of RGB (Red+Green+Blue) = 34+79+73=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #224F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F49 is #DDB0B6. Grayscale: #404040. Windows color (decimal): -14528695 or 4804386. OLE color: 4804386.

HSL color Cylindrical-coordinate representation of color #224F49: hue angle of 172º 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 #224F49 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 79 73 -
CMYK 0.57 0 0.08 0.69
HSL 172º 0.4% 0.22% -
HSV(B) 172º 0.57% 0.31% -
XYZ 4.66 6.41 7.3 -
YUV 64.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 34 79 73 0.57 0 0.08 0.69 172 0.4 0.22
Hex 22 4F 49 39 0 8 45 AC 28 16
Octal 42 117 111 71 0 10 105 254 50 26
Binary 100010 1001111 1001001 111001 0 1000 1000101 10101100 101000 10110

Color Harmonies of #224F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F49

Black with #224F49

Text Example


Text Example

White with #224F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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