#323F3B

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

Shades of Gable Green #323F3B

Tints of Gable Green #323F3B

Color information

#323F3B (or 0x323F3B) is unknown color: approx Gable Green. HEX triplet: 32, 3F and 3B. RGB value is (50,63,59). Sum of RGB (Red+Green+Blue) = 50+63+59=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #323F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F3B is #CDC0C4. Grayscale: #3A3A3A. Windows color (decimal): -13484229 or 3882802. OLE color: 3882802.

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

Color convert

RGB506359-
CMYK0.2100.060.75
HSL161.54º11.5%22.16%-
HSV(B)161.54º20.63%24.71%-
XYZ3.884.554.81-
YUV58.66128.19121.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=29.07%
G=36.63%
B=34.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063590.2100.060.75161.5411.522.16
Hex323F3B15064Ba2c16
Octal62777325061132421426
Binary110010111111111011101010110100101110100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F3B; }

 p { color: rgb(50,63,59); }

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

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

 a { background-color: rgb(50,63,59); }

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

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

 span { border-color: rgb(50,63,59); }

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