#334136

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

Shades of Timber Green #334136

Tints of Timber Green #334136

Color information

#334136 (or 0x334136) is unknown color: approx Timber Green. HEX triplet: 33, 41 and 36. RGB value is (51,65,54). Sum of RGB (Red+Green+Blue) = 51+65+54=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #334136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334136 is #CCBEC9. Grayscale: #3B3B3B. Windows color (decimal): -13418186 or 3555635. OLE color: 3555635.

HSL color Cylindrical-coordinate representation of color #334136: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #334136 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB516554-
CMYK0.2200.170.75
HSL132.86º12.07%22.75%-
HSV(B)132.86º21.54%25.49%-
XYZ3.924.754.2-
YUV59.56124.86121.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=30%
G=38.24%
B=31.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165540.2200.170.75132.8612.0722.75
Hex334136160114B85c17
Octal6310166260211132051427
Binary110011100000111011010110010001100101110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334136; }

 p { color: rgb(51,65,54); }

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

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

 a { background-color: rgb(51,65,54); }

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

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

 span { border-color: rgb(51,65,54); }

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