Html Css Color HEX #374B3A Timber Green

📋 copy color: '#374B3A'

red 55 ◦ green 75 ◦ blue 58

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

Shades of Timber Green #374B3A

Tints of Timber Green #374B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

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

R = 29.26%
G = 39.89%
B = 30.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#374B3A (or 0x374B3A) is known color: Timber Green. HEX triplet: 37, 4B and 3A. RGB value is (55,75,58). Sum of RGB (Red+Green+Blue) = 55+75+58=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #374B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B3A is #C8B4C5. Grayscale: #434343. Windows color (decimal): -13153478 or 3820343. OLE color: 3820343.

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

Color convert

RGB 55 75 58 -
CMYK 0.27 0 0.23 0.71
HSL 129º 0.15% 0.25% -
HSV(B) 129º 0.27% 0.29% -
XYZ 4.86 6.15 4.93 -
YUV 67.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 55 75 58 0.27 0 0.23 0.71 129 0.15 0.25
Hex 37 4B 3A 1B 0 17 47 81 F 19
Octal 67 113 72 33 0 27 107 201 17 31
Binary 110111 1001011 111010 11011 0 10111 1000111 10000001 1111 11001

Color Harmonies of #374B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B3A

Black with #374B3A

Text Example


Text Example

White with #374B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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