#374B3B

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

Shades of Timber Green #374B3B

Tints of Timber Green #374B3B

Color information

#374B3B (or 0x374B3B) is unknown color: approx Timber Green. HEX triplet: 37, 4B and 3B. RGB value is (55,75,59). Sum of RGB (Red+Green+Blue) = 55+75+59=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #374B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B3B is #C8B4C4. Grayscale: #434343. Windows color (decimal): -13153477 or 3885879. OLE color: 3885879.

HSL color Cylindrical-coordinate representation of color #374B3B: hue angle of 132º 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 #374B3B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB557559-
CMYK0.2700.210.71
HSL132º15.38%25.49%-
HSV(B)132º26.67%29.41%-
XYZ4.886.165.07-
YUV67.2123.37119.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=29.10%
G=39.68%
B=31.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575590.2700.210.7113215.3825.49
Hex374B3B1B0154784f19
Octal6711373330251072041731
Binary110111100101111101111011010101100011110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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