#344638

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

Shades of Timber Green #344638

Tints of Timber Green #344638

Color information

#344638 (or 0x344638) is unknown color: approx Timber Green. HEX triplet: 34, 46 and 38. RGB value is (52,70,56). Sum of RGB (Red+Green+Blue) = 52+70+56=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #344638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344638 is #CBB9C7. Grayscale: #3F3F3F. Windows color (decimal): -13351368 or 3687988. OLE color: 3687988.

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

Color convert

RGB527056-
CMYK0.2600.200.73
HSL133.33º14.75%23.92%-
HSV(B)133.33º25.71%27.45%-
XYZ4.325.44.56-
YUV63.02124.04120.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=29.21%
G=39.33%
B=31.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270560.2600.200.73133.3314.7523.92
Hex3446381A0144985f18
Octal6410670320241112051730
Binary110100100011011100011010010100100100110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344638; }

 p { color: rgb(52,70,56); }

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

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

 a { background-color: rgb(52,70,56); }

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

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

 span { border-color: rgb(52,70,56); }

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