#32403D

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

Shades of Gable Green #32403D

Tints of Gable Green #32403D

Color information

#32403D (or 0x32403D) is unknown color: approx Gable Green. HEX triplet: 32, 40 and 3D. RGB value is (50,64,61). Sum of RGB (Red+Green+Blue) = 50+64+61=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #32403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32403D is #CDBFC2. Grayscale: #3B3B3B. Windows color (decimal): -13483971 or 4014130. OLE color: 4014130.

HSL color Cylindrical-coordinate representation of color #32403D: hue angle of 167.14º 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 #32403D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB506461-
CMYK0.2200.050.75
HSL167.14º12.28%22.35%-
HSV(B)167.14º21.88%25.1%-
XYZ3.994.685.11-
YUV59.47128.86121.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=28.57%
G=36.57%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064610.2200.050.75167.1412.2822.35
Hex32403D16054Ba7c16
Octal621007526051132471426
Binary1100101000000111101101100101100101110100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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