Html Css Color HEX #225049 Gable Green

📋 copy color: '#225049'

red 34 ◦ green 80 ◦ blue 73

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

Shades of Gable Green #225049

Tints of Gable Green #225049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 18.18%
G = 42.78%
B = 39.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#225049 (or 0x225049) is known color: Gable Green. HEX triplet: 22, 50 and 49. RGB value is (34,80,73). Sum of RGB (Red+Green+Blue) = 34+80+73=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #225049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225049 is #DDAFB6. Grayscale: #414141. Windows color (decimal): -14528439 or 4804642. OLE color: 4804642.

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

Color convert

RGB 34 80 73 -
CMYK 0.58 0 0.09 0.69
HSL 170.87º 0.4% 0.22% -
HSV(B) 170.87º 0.58% 0.31% -
XYZ 4.73 6.56 7.32 -
YUV 65.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 34 80 73 0.58 0 0.09 0.69 170.87 0.4 0.22
Hex 22 50 49 3A 0 9 45 AB 28 16
Octal 42 120 111 72 0 11 105 253 50 26
Binary 100010 1010000 1001001 111010 0 1001 1000101 10101011 101000 10110

Color Harmonies of #225049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225049

Black with #225049

Text Example


Text Example

White with #225049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225049; }

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

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

background-color css

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

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

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

border-color css

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

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

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