Html Css Color HEX #324540 Gable Green

📋 copy color: '#324540'

red 50 ◦ green 69 ◦ blue 64

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

Shades of Gable Green #324540

Tints of Gable Green #324540

RGB

 RED value IS 50 (19.92% from 255) = 27.32%

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 27.32%
G = 37.7%
B = 34.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#324540 (or 0x324540) is known color: Gable Green. HEX triplet: 32, 45 and 40. RGB value is (50,69,64). Sum of RGB (Red+Green+Blue) = 50+69+64=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #324540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324540 is #CDBABF. Grayscale: #3E3E3E. Windows color (decimal): -13482688 or 4212018. OLE color: 4212018.

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

Color convert

RGB 50 69 64 -
CMYK 0.28 0 0.07 0.73
HSL 164.21º 0.16% 0.23% -
HSV(B) 164.21º 0.28% 0.27% -
XYZ 4.37 5.3 5.64 -
YUV 62.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 50 69 64 0.28 0 0.07 0.73 164.21 0.16 0.23
Hex 32 45 40 1C 0 7 49 A4 10 17
Octal 62 105 100 34 0 7 111 244 20 27
Binary 110010 1000101 1000000 11100 0 111 1001001 10100100 10000 10111

Color Harmonies of #324540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324540

Black with #324540

Text Example


Text Example

White with #324540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324540; }

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

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

background-color css

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

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

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

border-color css

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

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

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