#34403D

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

Shades of Gable Green #34403D

Tints of Gable Green #34403D

Color information

#34403D (or 0x34403D) is unknown color: approx Gable Green. HEX triplet: 34, 40 and 3D. RGB value is (52,64,61). Sum of RGB (Red+Green+Blue) = 52+64+61=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #34403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34403D is #CBBFC2. Grayscale: #3C3C3C. Windows color (decimal): -13352899 or 4014132. OLE color: 4014132.

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

Color convert

RGB526461-
CMYK0.1900.050.75
HSL165º10.34%22.75%-
HSV(B)165º18.75%25.1%-
XYZ4.094.735.11-
YUV60.07128.52122.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=29.38%
G=36.16%
B=34.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264610.1900.050.7516510.3422.75
Hex34403D13054Ba5a17
Octal641007523051132451227
Binary1101001000000111101100110101100101110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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