#374A3A

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

Shades of Timber Green #374A3A

Tints of Timber Green #374A3A

Color information

#374A3A (or 0x374A3A) is unknown color: approx Timber Green. HEX triplet: 37, 4A and 3A. RGB value is (55,74,58). Sum of RGB (Red+Green+Blue) = 55+74+58=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #374A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A3A is #C8B5C5. Grayscale: #424242. Windows color (decimal): -13153734 or 3820087. OLE color: 3820087.

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

Color convert

RGB557458-
CMYK0.2600.220.71
HSL129.47º14.73%25.29%-
HSV(B)129.47º25.68%29.02%-
XYZ4.796.024.91-
YUV66.49123.21119.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=29.41%
G=39.57%
B=31.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5574580.2600.220.71129.4714.7325.29
Hex374A3A1A0164781f19
Octal6711272320261072011731
Binary110111100101011101011010010110100011110000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,58); }

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

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

 a { background-color: rgb(55,74,58); }

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

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

 span { border-color: rgb(55,74,58); }

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