#344135

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

Shades of Timber Green #344135

Tints of Timber Green #344135

Color information

#344135 (or 0x344135) is unknown color: approx Timber Green. HEX triplet: 34, 41 and 35. RGB value is (52,65,53). Sum of RGB (Red+Green+Blue) = 52+65+53=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #344135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344135 is #CBBECA. Grayscale: #3B3B3B. Windows color (decimal): -13352651 or 3490100. OLE color: 3490100.

HSL color Cylindrical-coordinate representation of color #344135: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344135 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB526553-
CMYK0.2000.180.75
HSL124.62º11.11%22.94%-
HSV(B)124.62º20%25.49%-
XYZ3.954.774.08-
YUV59.74124.19122.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=30.59%
G=38.24%
B=31.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5265530.2000.180.75124.6211.1122.94
Hex344135140124B7db17
Octal6410165240221131751327
Binary11010010000011101011010001001010010111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344135; }

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

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

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

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

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

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

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

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