#374B38

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

Shades of Timber Green #374B38

Tints of Timber Green #374B38

Color information

#374B38 (or 0x374B38) is unknown color: approx Timber Green. HEX triplet: 37, 4B and 38. RGB value is (55,75,56). Sum of RGB (Red+Green+Blue) = 55+75+56=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #374B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B38 is #C8B4C7. Grayscale: #424242. Windows color (decimal): -13153480 or 3689271. OLE color: 3689271.

HSL color Cylindrical-coordinate representation of color #374B38: hue angle of 123º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #374B38 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB557556-
CMYK0.2700.250.71
HSL123º15.38%25.49%-
HSV(B)123º26.67%29.41%-
XYZ4.816.134.67-
YUV66.85121.87119.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=29.57%
G=40.32%
B=30.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575560.2700.250.7112315.3825.49
Hex374B381B019477bf19
Octal6711370330311071731731
Binary11011110010111110001101101100110001111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374B38; }

 p { color: rgb(55,75,56); }

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

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

 a { background-color: rgb(55,75,56); }

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

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

 span { border-color: rgb(55,75,56); }

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