Html Css Color HEX #224740 Gable Green

📋 copy color: '#224740'

red 34 ◦ green 71 ◦ blue 64

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

Shades of Gable Green #224740

Tints of Gable Green #224740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.01%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 20.12%
G = 42.01%
B = 37.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#224740 (or 0x224740) is known color: Gable Green. HEX triplet: 22, 47 and 40. RGB value is (34,71,64). Sum of RGB (Red+Green+Blue) = 34+71+64=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #224740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224740 is #DDB8BF. Grayscale: #3B3B3B. Windows color (decimal): -14530752 or 4212514. OLE color: 4212514.

HSL color Cylindrical-coordinate representation of color #224740: hue angle of 168.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #224740 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 71 64 -
CMYK 0.52 0 0.10 0.72
HSL 168.65º 0.35% 0.21% -
HSV(B) 168.65º 0.52% 0.28% -
XYZ 3.84 5.22 5.66 -
YUV 59.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 34 71 64 0.52 0 0.10 0.72 168.65 0.35 0.21
Hex 22 47 40 34 0 A 48 A9 23 15
Octal 42 107 100 64 0 12 110 251 43 25
Binary 100010 1000111 1000000 110100 0 1010 1001000 10101001 100011 10101

Color Harmonies of #224740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224740

Black with #224740

Text Example


Text Example

White with #224740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224740; }

 p { color: rgb(34,71,64); }

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

background-color css

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

 a { background-color: rgb(34,71,64); }

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

border-color css

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

 span { border-color: rgb(34,71,64); }

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