Html Css Color HEX #224C45 Gable Green

📋 copy color: '#224C45'

red 34 ◦ green 76 ◦ blue 69

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

Shades of Gable Green #224C45

Tints of Gable Green #224C45

RGB

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

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

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

R = 18.99%
G = 42.46%
B = 38.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#224C45 (or 0x224C45) is known color: Gable Green. HEX triplet: 22, 4C and 45. RGB value is (34,76,69). Sum of RGB (Red+Green+Blue) = 34+76+69=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #224C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C45 is #DDB3BA. Grayscale: #3E3E3E. Windows color (decimal): -14529467 or 4541474. OLE color: 4541474.

HSL color Cylindrical-coordinate representation of color #224C45: hue angle of 170º 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 #224C45 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 76 69 -
CMYK 0.55 0 0.09 0.70
HSL 170º 0.38% 0.22% -
HSV(B) 170º 0.55% 0.3% -
XYZ 4.32 5.94 6.55 -
YUV 62.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 34 76 69 0.55 0 0.09 0.70 170 0.38 0.22
Hex 22 4C 45 37 0 9 46 AA 26 16
Octal 42 114 105 67 0 11 106 252 46 26
Binary 100010 1001100 1000101 110111 0 1001 1000110 10101010 100110 10110

Color Harmonies of #224C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C45

Black with #224C45

Text Example


Text Example

White with #224C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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