Html Css Color HEX #224C46 Gable Green

📋 copy color: '#224C46'

red 34 ◦ green 76 ◦ blue 70

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

Shades of Gable Green #224C46

Tints of Gable Green #224C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.89%

R = 18.89%
G = 42.22%
B = 38.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#224C46 (or 0x224C46) is known color: Gable Green. HEX triplet: 22, 4C and 46. RGB value is (34,76,70). Sum of RGB (Red+Green+Blue) = 34+76+70=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 76 - color contains mainly: green. Hex color #224C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C46 is #DDB3B9. Grayscale: #3E3E3E. Windows color (decimal): -14529466 or 4607010. OLE color: 4607010.

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

Color convert

RGB 34 76 70 -
CMYK 0.55 0 0.08 0.70
HSL 171.43º 0.38% 0.22% -
HSV(B) 171.43º 0.55% 0.3% -
XYZ 4.35 5.95 6.71 -
YUV 62.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 34 76 70 0.55 0 0.08 0.70 171.43 0.38 0.22
Hex 22 4C 46 37 0 8 46 AB 26 16
Octal 42 114 106 67 0 10 106 253 46 26
Binary 100010 1001100 1000110 110111 0 1000 1000110 10101011 100110 10110

Color Harmonies of #224C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C46

Black with #224C46

Text Example


Text Example

White with #224C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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