#344036

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

Shades of Timber Green #344036

Tints of Timber Green #344036

Color information

#344036 (or 0x344036) is unknown color: approx Timber Green. HEX triplet: 34, 40 and 36. RGB value is (52,64,54). Sum of RGB (Red+Green+Blue) = 52+64+54=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #344036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344036 is #CBBFC9. Grayscale: #3B3B3B. Windows color (decimal): -13352906 or 3555380. OLE color: 3555380.

HSL color Cylindrical-coordinate representation of color #344036: hue angle of 130º 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 #344036 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB526454-
CMYK0.1900.160.75
HSL130º10.34%22.75%-
HSV(B)130º18.75%25.1%-
XYZ3.924.664.18-
YUV59.27125.02122.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=30.59%
G=37.65%
B=31.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264540.1900.160.7513010.3422.75
Hex344036130104B82a17
Octal6410066230201132021227
Binary110100100000011011010011010000100101110000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344036; }

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

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

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

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

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

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

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

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