Html Css Color HEX #225249 Gable Green

📋 copy color: '#225249'

red 34 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #225249

Tints of Gable Green #225249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 17.99%
G = 43.39%
B = 38.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#225249 (or 0x225249) is known color: Gable Green. HEX triplet: 22, 52 and 49. RGB value is (34,82,73). Sum of RGB (Red+Green+Blue) = 34+82+73=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #225249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225249 is #DDADB6. Grayscale: #424242. Windows color (decimal): -14527927 or 4805154. OLE color: 4805154.

HSL color Cylindrical-coordinate representation of color #225249: hue angle of 168.75º 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 #225249 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 82 73 -
CMYK 0.59 0 0.11 0.68
HSL 168.75º 0.41% 0.23% -
HSV(B) 168.75º 0.59% 0.32% -
XYZ 4.88 6.86 7.37 -
YUV 66.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 34 82 73 0.59 0 0.11 0.68 168.75 0.41 0.23
Hex 22 52 49 3B 0 B 44 A9 29 17
Octal 42 122 111 73 0 13 104 251 51 27
Binary 100010 1010010 1001001 111011 0 1011 1000100 10101001 101001 10111

Color Harmonies of #225249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225249

Black with #225249

Text Example


Text Example

White with #225249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225249; }

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

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

background-color css

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

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

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

border-color css

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

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

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