Html Css Color HEX #324842 Gable Green

📋 copy color: '#324842'

red 50 ◦ green 72 ◦ blue 66

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

Shades of Gable Green #324842

Tints of Gable Green #324842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 26.6%
G = 38.3%
B = 35.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 50 72 66 -
CMYK 0.31 0 0.08 0.72
HSL 163.64º 0.18% 0.24% -
HSV(B) 163.64º 0.31% 0.28% -
XYZ 4.62 5.71 6.01 -
YUV 64.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 50 72 66 0.31 0 0.08 0.72 163.64 0.18 0.24
Hex 32 48 42 1F 0 8 48 A4 12 18
Octal 62 110 102 37 0 10 110 244 22 30
Binary 110010 1001000 1000010 11111 0 1000 1001000 10100100 10010 11000

Color Harmonies of #324842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324842

Black with #324842

Text Example


Text Example

White with #324842

Text Example


Text Example

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