#324440

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

Shades of Gable Green #324440

Tints of Gable Green #324440

Color information

#324440 (or 0x324440) is unknown color: approx Gable Green. HEX triplet: 32, 44 and 40. RGB value is (50,68,64). Sum of RGB (Red+Green+Blue) = 50+68+64=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #324440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324440 is #CDBBBF. Grayscale: #3E3E3E. Windows color (decimal): -13482944 or 4211762. OLE color: 4211762.

HSL color Cylindrical-coordinate representation of color #324440: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #324440 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB506864-
CMYK0.2600.060.73
HSL166.67º15.25%23.14%-
HSV(B)166.67º26.47%26.67%-
XYZ4.315.185.62-
YUV62.16129.04119.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=27.47%
G=37.36%
B=35.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068640.2600.060.73166.6715.2523.14
Hex3244401A0649a7f17
Octal6210410032061112471727
Binary11001010001001000000110100110100100110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324440; }

 p { color: rgb(50,68,64); }

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

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

 a { background-color: rgb(50,68,64); }

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

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

 span { border-color: rgb(50,68,64); }

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