Html Css Color HEX #224C42 Gable Green

📋 copy color: '#224C42'

red 34 ◦ green 76 ◦ blue 66

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

Shades of Gable Green #224C42

Tints of Gable Green #224C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.5%

R = 19.32%
G = 43.18%
B = 37.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#224C42 (or 0x224C42) is known color: Gable Green. HEX triplet: 22, 4C and 42. RGB value is (34,76,66). Sum of RGB (Red+Green+Blue) = 34+76+66=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #224C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C42 is #DDB3BD. Grayscale: #3E3E3E. Windows color (decimal): -14529470 or 4344866. OLE color: 4344866.

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

Color convert

RGB 34 76 66 -
CMYK 0.55 0 0.13 0.70
HSL 165.71º 0.38% 0.22% -
HSV(B) 165.71º 0.55% 0.3% -
XYZ 4.23 5.9 6.07 -
YUV 62.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 34 76 66 0.55 0 0.13 0.70 165.71 0.38 0.22
Hex 22 4C 42 37 0 D 46 A6 26 16
Octal 42 114 102 67 0 15 106 246 46 26
Binary 100010 1001100 1000010 110111 0 1101 1000110 10100110 100110 10110

Color Harmonies of #224C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C42

Black with #224C42

Text Example


Text Example

White with #224C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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