Html Css Color HEX #224F45 Gable Green

📋 copy color: '#224F45'

red 34 ◦ green 79 ◦ blue 69

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

Shades of Gable Green #224F45

Tints of Gable Green #224F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 18.68%
G = 43.41%
B = 37.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#224F45 (or 0x224F45) is known color: Gable Green. HEX triplet: 22, 4F and 45. RGB value is (34,79,69). Sum of RGB (Red+Green+Blue) = 34+79+69=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #224F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F45 is #DDB0BA. Grayscale: #404040. Windows color (decimal): -14528699 or 4542242. OLE color: 4542242.

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

Color convert

RGB 34 79 69 -
CMYK 0.57 0 0.13 0.69
HSL 166.67º 0.4% 0.22% -
HSV(B) 166.67º 0.57% 0.31% -
XYZ 4.53 6.36 6.62 -
YUV 64.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 34 79 69 0.57 0 0.13 0.69 166.67 0.4 0.22
Hex 22 4F 45 39 0 D 45 A7 28 16
Octal 42 117 105 71 0 15 105 247 50 26
Binary 100010 1001111 1000101 111001 0 1101 1000101 10100111 101000 10110

Color Harmonies of #224F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F45

Black with #224F45

Text Example


Text Example

White with #224F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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