#324842

Color #324842 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #324842

Tints of Gable Green #324842

Color information

#324842 (or 0x324842) is unknown color: approx Gable Green. HEX triplet: 32, 48 and 42. RGB value is (50,72,66). Sum of RGB (Red+Green+Blue) = 50+72+66=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #324842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324842 is #CDB7BD. Grayscale: #404040. Windows color (decimal): -13481918 or 4343858. OLE color: 4343858.

HSL color Cylindrical-coordinate representation of color #324842: hue angle of 163.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324842 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB507266-
CMYK0.3100.080.72
HSL163.64º18.03%23.92%-
HSV(B)163.64º30.56%28.24%-
XYZ4.625.716.01-
YUV64.74128.71117.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=26.60%
G=38.30%
B=35.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072660.3100.080.72163.6418.0323.92
Hex3248421F0848a41218
Octal62110102370101102442230
Binary1100101001000100001011111010001001000101001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324842; }

 p { color: rgb(50,72,66); }

 H1.HeaderClassName
 {
   color: #324842;
 }
 .AnyTagClassName
 {
   color: #324842;
 }
</style>
background-color css

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

 a { background-color: rgb(50,72,66); }

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

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

 span { border-color: rgb(50,72,66); }

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