#34443A

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

Shades of Timber Green #34443A

Tints of Timber Green #34443A

Color information

#34443A (or 0x34443A) is unknown color: approx Timber Green. HEX triplet: 34, 44 and 3A. RGB value is (52,68,58). Sum of RGB (Red+Green+Blue) = 52+68+58=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 68 - color contains mainly: green. Hex color #34443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34443A is #CBBBC5. Grayscale: #3E3E3E. Windows color (decimal): -13351878 or 3818548. OLE color: 3818548.

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

Color convert

RGB526858-
CMYK0.2400.150.73
HSL142.5º13.33%23.53%-
HSV(B)142.5º23.53%26.67%-
XYZ4.255.174.78-
YUV62.08125.7120.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=29.21%
G=38.20%
B=32.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268580.2400.150.73142.513.3323.53
Hex34443A180F498ed18
Octal6410472300171112161530
Binary11010010001001110101100001111100100110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34443A; }

 p { color: rgb(52,68,58); }

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

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

 a { background-color: rgb(52,68,58); }

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

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

 span { border-color: rgb(52,68,58); }

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