Html Css Color HEX #224C48 Gable Green

📋 copy color: '#224C48'

red 34 ◦ green 76 ◦ blue 72

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

Shades of Gable Green #224C48

Tints of Gable Green #224C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 18.68%
G = 41.76%
B = 39.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#224C48 (or 0x224C48) is known color: Gable Green. HEX triplet: 22, 4C and 48. RGB value is (34,76,72). Sum of RGB (Red+Green+Blue) = 34+76+72=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #224C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C48 is #DDB3B7. Grayscale: #3E3E3E. Windows color (decimal): -14529464 or 4738082. OLE color: 4738082.

HSL color Cylindrical-coordinate representation of color #224C48: hue angle of 174.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C48 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 76 72 -
CMYK 0.55 0 0.05 0.70
HSL 174.29º 0.38% 0.22% -
HSV(B) 174.29º 0.55% 0.3% -
XYZ 4.41 5.98 7.05 -
YUV 62.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 34 76 72 0.55 0 0.05 0.70 174.29 0.38 0.22
Hex 22 4C 48 37 0 5 46 AE 26 16
Octal 42 114 110 67 0 5 106 256 46 26
Binary 100010 1001100 1001000 110111 0 101 1000110 10101110 100110 10110

Color Harmonies of #224C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C48

Black with #224C48

Text Example


Text Example

White with #224C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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