#32403C

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

Shades of Gable Green #32403C

Tints of Gable Green #32403C

Color information

#32403C (or 0x32403C) is unknown color: approx Gable Green. HEX triplet: 32, 40 and 3C. RGB value is (50,64,60). Sum of RGB (Red+Green+Blue) = 50+64+60=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #32403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32403C is #CDBFC3. Grayscale: #3B3B3B. Windows color (decimal): -13483972 or 3948594. OLE color: 3948594.

HSL color Cylindrical-coordinate representation of color #32403C: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32403C is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB506460-
CMYK0.2200.060.75
HSL162.86º12.28%22.35%-
HSV(B)162.86º21.88%25.1%-
XYZ3.964.674.97-
YUV59.36128.36121.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=28.74%
G=36.78%
B=34.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064600.2200.060.75162.8612.2822.35
Hex32403C16064Ba3c16
Octal621007426061132431426
Binary1100101000000111100101100110100101110100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32403C; }

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

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

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

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

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

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

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

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