#374C38

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

Shades of Timber Green #374C38

Tints of Timber Green #374C38

Color information

#374C38 (or 0x374C38) is unknown color: approx Timber Green. HEX triplet: 37, 4C and 38. RGB value is (55,76,56). Sum of RGB (Red+Green+Blue) = 55+76+56=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #374C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C38 is #C8B3C7. Grayscale: #434343. Windows color (decimal): -13153224 or 3689527. OLE color: 3689527.

HSL color Cylindrical-coordinate representation of color #374C38: hue angle of 122.86º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374C38 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB557656-
CMYK0.2800.260.70
HSL122.86º16.03%25.69%-
HSV(B)122.86º27.63%29.8%-
XYZ4.876.274.69-
YUV67.44121.54119.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 56 (22.27% from 255) = 29.95%
R=29.41%
G=40.64%
B=29.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5576560.2800.260.70122.8616.0325.69
Hex374C381C01A467b101a
Octal6711470340321061732032
Binary110111100110011100011100011010100011011110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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