#344235

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

Shades of Timber Green #344235

Tints of Timber Green #344235

Color information

#344235 (or 0x344235) is unknown color: approx Timber Green. HEX triplet: 34, 42 and 35. RGB value is (52,66,53). Sum of RGB (Red+Green+Blue) = 52+66+53=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #344235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344235 is #CBBDCA. Grayscale: #3C3C3C. Windows color (decimal): -13352395 or 3490356. OLE color: 3490356.

HSL color Cylindrical-coordinate representation of color #344235: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344235 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB526653-
CMYK0.2100.200.74
HSL124.29º11.86%23.14%-
HSV(B)124.29º21.21%25.88%-
XYZ4.014.884.1-
YUV60.33123.86122.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=30.41%
G=38.60%
B=30.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266530.2100.200.74124.2911.8623.14
Hex344235150144A7cc17
Octal6410265250241121741427
Binary11010010000101101011010101010010010101111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344235; }

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

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

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

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

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

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

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

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