Html Css Color HEX #225047 Gable Green

📋 copy color: '#225047'

red 34 ◦ green 80 ◦ blue 71

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

Shades of Gable Green #225047

Tints of Gable Green #225047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.38%

R = 18.38%
G = 43.24%
B = 38.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#225047 (or 0x225047) is known color: Gable Green. HEX triplet: 22, 50 and 47. RGB value is (34,80,71). Sum of RGB (Red+Green+Blue) = 34+80+71=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #225047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225047 is #DDAFB8. Grayscale: #414141. Windows color (decimal): -14528441 or 4673570. OLE color: 4673570.

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

Color convert

RGB 34 80 71 -
CMYK 0.58 0 0.11 0.69
HSL 168.26º 0.4% 0.22% -
HSV(B) 168.26º 0.58% 0.31% -
XYZ 4.67 6.53 6.98 -
YUV 65.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 34 80 71 0.58 0 0.11 0.69 168.26 0.4 0.22
Hex 22 50 47 3A 0 B 45 A8 28 16
Octal 42 120 107 72 0 13 105 250 50 26
Binary 100010 1010000 1000111 111010 0 1011 1000101 10101000 101000 10110

Color Harmonies of #225047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225047

Black with #225047

Text Example


Text Example

White with #225047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225047; }

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

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

background-color css

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

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

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

border-color css

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

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

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