#343F3C

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

Shades of Gable Green #343F3C

Tints of Gable Green #343F3C

Color information

#343F3C (or 0x343F3C) is unknown color: approx Gable Green. HEX triplet: 34, 3F and 3C. RGB value is (52,63,60). Sum of RGB (Red+Green+Blue) = 52+63+60=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 63 - color contains mainly: green. Hex color #343F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F3C is #CBC0C3. Grayscale: #3B3B3B. Windows color (decimal): -13353156 or 3948340. OLE color: 3948340.

HSL color Cylindrical-coordinate representation of color #343F3C: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343F3C is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB526360-
CMYK0.1700.050.75
HSL163.64º9.57%22.55%-
HSV(B)163.64º17.46%24.71%-
XYZ4.014.614.95-
YUV59.37128.36122.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=29.71%
G=36%
B=34.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263600.1700.050.75163.649.5722.55
Hex343F3C11054Ba4a17
Octal64777421051132441227
Binary110100111111111100100010101100101110100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F3C; }

 p { color: rgb(52,63,60); }

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

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

 a { background-color: rgb(52,63,60); }

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

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

 span { border-color: rgb(52,63,60); }

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