#344742

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

Shades of Gable Green #344742

Tints of Gable Green #344742

Color information

#344742 (or 0x344742) is unknown color: approx Gable Green. HEX triplet: 34, 47 and 42. RGB value is (52,71,66). Sum of RGB (Red+Green+Blue) = 52+71+66=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #344742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344742 is #CBB8BD. Grayscale: #404040. Windows color (decimal): -13351102 or 4343604. OLE color: 4343604.

HSL color Cylindrical-coordinate representation of color #344742: hue angle of 164.21º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344742 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB527166-
CMYK0.2700.070.72
HSL164.21º15.45%24.12%-
HSV(B)164.21º26.76%27.84%-
XYZ4.655.636-
YUV64.75128.71118.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=27.51%
G=37.57%
B=34.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271660.2700.070.72164.2115.4524.12
Hex3447421B0748a4f18
Octal6410710233071102441730
Binary11010010001111000010110110111100100010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344742; }

 p { color: rgb(52,71,66); }

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

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

 a { background-color: rgb(52,71,66); }

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

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

 span { border-color: rgb(52,71,66); }

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