#34413E

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

Shades of Gable Green #34413E

Tints of Gable Green #34413E

Color information

#34413E (or 0x34413E) is unknown color: approx Gable Green. HEX triplet: 34, 41 and 3E. RGB value is (52,65,62). Sum of RGB (Red+Green+Blue) = 52+65+62=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #34413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34413E is #CBBEC1. Grayscale: #3C3C3C. Windows color (decimal): -13352642 or 4079924. OLE color: 4079924.

HSL color Cylindrical-coordinate representation of color #34413E: hue angle of 166.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #34413E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB526562-
CMYK0.2000.050.75
HSL166.15º11.11%22.94%-
HSV(B)166.15º20%25.49%-
XYZ4.184.865.28-
YUV60.77128.69121.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=29.05%
G=36.31%
B=34.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265620.2000.050.75166.1511.1122.94
Hex34413E14054Ba6b17
Octal641017624051132461327
Binary1101001000001111110101000101100101110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34413E; }

 p { color: rgb(52,65,62); }

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

<style>
 a { background-color: #34413E; }

 a { background-color: rgb(52,65,62); }

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

<style>
 span { border-color: #34413E; }

 span { border-color: rgb(52,65,62); }

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