Html Css Color HEX #324742 Gable Green

📋 copy color: '#324742'

red 50 ◦ green 71 ◦ blue 66

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

Shades of Gable Green #324742

Tints of Gable Green #324742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

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

R = 26.74%
G = 37.97%
B = 35.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#324742 (or 0x324742) is known color: Gable Green. HEX triplet: 32, 47 and 42. RGB value is (50,71,66). Sum of RGB (Red+Green+Blue) = 50+71+66=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #324742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324742 is #CDB8BD. Grayscale: #404040. Windows color (decimal): -13482174 or 4343602. OLE color: 4343602.

HSL color Cylindrical-coordinate representation of color #324742: hue angle of 165.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324742 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 71 66 -
CMYK 0.30 0 0.07 0.72
HSL 165.71º 0.17% 0.24% -
HSV(B) 165.71º 0.3% 0.28% -
XYZ 4.55 5.58 5.99 -
YUV 64.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 50 71 66 0.30 0 0.07 0.72 165.71 0.17 0.24
Hex 32 47 42 1E 0 7 48 A6 11 18
Octal 62 107 102 36 0 7 110 246 21 30
Binary 110010 1000111 1000010 11110 0 111 1001000 10100110 10001 11000

Color Harmonies of #324742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324742

Black with #324742

Text Example


Text Example

White with #324742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324742; }

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

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

background-color css

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

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

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

border-color css

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

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

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