Html Css Color HEX #224E48 Gable Green

📋 copy color: '#224E48'

red 34 ◦ green 78 ◦ blue 72

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

Shades of Gable Green #224E48

Tints of Gable Green #224E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.39%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 18.48%
G = 42.39%
B = 39.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#224E48 (or 0x224E48) is known color: Gable Green. HEX triplet: 22, 4E and 48. RGB value is (34,78,72). Sum of RGB (Red+Green+Blue) = 34+78+72=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #224E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E48 is #DDB1B7. Grayscale: #404040. Windows color (decimal): -14528952 or 4738594. OLE color: 4738594.

HSL color Cylindrical-coordinate representation of color #224E48: hue angle of 171.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224E48 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 78 72 -
CMYK 0.56 0 0.08 0.69
HSL 171.82º 0.39% 0.22% -
HSV(B) 171.82º 0.56% 0.31% -
XYZ 4.55 6.26 7.1 -
YUV 64.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 34 78 72 0.56 0 0.08 0.69 171.82 0.39 0.22
Hex 22 4E 48 38 0 8 45 AC 27 16
Octal 42 116 110 70 0 10 105 254 47 26
Binary 100010 1001110 1001000 111000 0 1000 1000101 10101100 100111 10110

Color Harmonies of #224E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E48

Black with #224E48

Text Example


Text Example

White with #224E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,78,72); }

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

background-color css

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

 a { background-color: rgb(34,78,72); }

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

border-color css

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

 span { border-color: rgb(34,78,72); }

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