Html Css Color HEX #374C3A Timber Green

📋 copy color: '#374C3A'

red 55 ◦ green 76 ◦ blue 58

#374C3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #374C3A

Tints of Timber Green #374C3A

RGB

 RED value IS 55 (21.88% from 255) = 29.1%

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 29.1%
G = 40.21%
B = 30.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.70

RGB Variations

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

Color information

#374C3A (or 0x374C3A) is known color: Timber Green. HEX triplet: 37, 4C and 3A. RGB value is (55,76,58). Sum of RGB (Red+Green+Blue) = 55+76+58=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #374C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C3A is #C8B3C5. Grayscale: #434343. Windows color (decimal): -13153222 or 3820599. OLE color: 3820599.

HSL color Cylindrical-coordinate representation of color #374C3A: hue angle of 128.57º 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 #374C3A is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 58 -
CMYK 0.28 0 0.24 0.70
HSL 128.57º 0.16% 0.26% -
HSV(B) 128.57º 0.28% 0.3% -
XYZ 4.92 6.29 4.96 -
YUV 67.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 55 76 58 0.28 0 0.24 0.70 128.57 0.16 0.26
Hex 37 4C 3A 1C 0 18 46 81 10 1A
Octal 67 114 72 34 0 30 106 201 20 32
Binary 110111 1001100 111010 11100 0 11000 1000110 10000001 10000 11010

Color Harmonies of #374C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C3A

Black with #374C3A

Text Example


Text Example

White with #374C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374C3A;
 }
 .AnyTagClassName
 {
   color: #374C3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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