#334238

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

Shades of Timber Green #334238

Tints of Timber Green #334238

Color information

#334238 (or 0x334238) is unknown color: approx Timber Green. HEX triplet: 33, 42 and 38. RGB value is (51,66,56). Sum of RGB (Red+Green+Blue) = 51+66+56=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #334238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334238 is #CCBDC7. Grayscale: #3C3C3C. Windows color (decimal): -13417928 or 3686963. OLE color: 3686963.

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

Color convert

RGB516656-
CMYK0.2300.150.74
HSL140º12.82%22.94%-
HSV(B)140º22.73%25.88%-
XYZ4.034.894.47-
YUV60.38125.53121.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=29.48%
G=38.15%
B=32.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166560.2300.150.7414012.8222.94
Hex334238170F4A8cd17
Octal6310270270171122141527
Binary11001110000101110001011101111100101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334238; }

 p { color: rgb(51,66,56); }

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

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

 a { background-color: rgb(51,66,56); }

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

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

 span { border-color: rgb(51,66,56); }

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