Html Css Color HEX #324440 Gable Green

📋 copy color: '#324440'

red 50 ◦ green 68 ◦ blue 64

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

Shades of Gable Green #324440

Tints of Gable Green #324440

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 value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#324440 (or 0x324440) is known color: 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

RGB 50 68 64 -
CMYK 0.26 0 0.06 0.73
HSL 166.67º 0.15% 0.23% -
HSV(B) 166.67º 0.26% 0.27% -
XYZ 4.31 5.18 5.62 -
YUV 62.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 50 68 64 0.26 0 0.06 0.73 166.67 0.15 0.23
Hex 32 44 40 1A 0 6 49 A7 F 17
Octal 62 104 100 32 0 6 111 247 17 27
Binary 110010 1000100 1000000 11010 0 110 1001001 10100111 1111 10111

Color Harmonies of #324440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324440

Black with #324440

Text Example


Text Example

White with #324440

Text Example


Text Example

HTML Codes & Css Web 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>