Html Css Color HEX #224940 Gable Green

📋 copy color: '#224940'

red 34 ◦ green 73 ◦ blue 64

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

Shades of Gable Green #224940

Tints of Gable Green #224940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 19.88%
G = 42.69%
B = 37.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#224940 (or 0x224940) is known color: Gable Green. HEX triplet: 22, 49 and 40. RGB value is (34,73,64). Sum of RGB (Red+Green+Blue) = 34+73+64=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #224940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224940 is #DDB6BF. Grayscale: #3C3C3C. Windows color (decimal): -14530240 or 4213026. OLE color: 4213026.

HSL color Cylindrical-coordinate representation of color #224940: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224940 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 73 64 -
CMYK 0.53 0 0.12 0.71
HSL 166.15º 0.36% 0.21% -
HSV(B) 166.15º 0.53% 0.29% -
XYZ 3.97 5.48 5.7 -
YUV 60.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 34 73 64 0.53 0 0.12 0.71 166.15 0.36 0.21
Hex 22 49 40 35 0 C 47 A6 24 15
Octal 42 111 100 65 0 14 107 246 44 25
Binary 100010 1001001 1000000 110101 0 1100 1000111 10100110 100100 10101

Color Harmonies of #224940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224940

Black with #224940

Text Example


Text Example

White with #224940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224940; }

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

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

background-color css

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

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

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

border-color css

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

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

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