Html Css Color HEX #374A3A Timber Green

📋 copy color: '#374A3A'

red 55 ◦ green 74 ◦ blue 58

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

Shades of Timber Green #374A3A

Tints of Timber Green #374A3A

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#374A3A (or 0x374A3A) is known color: 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

RGB 55 74 58 -
CMYK 0.26 0 0.22 0.71
HSL 129.47º 0.15% 0.25% -
HSV(B) 129.47º 0.26% 0.29% -
XYZ 4.79 6.02 4.91 -
YUV 66.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 55 74 58 0.26 0 0.22 0.71 129.47 0.15 0.25
Hex 37 4A 3A 1A 0 16 47 81 F 19
Octal 67 112 72 32 0 26 107 201 17 31
Binary 110111 1001010 111010 11010 0 10110 1000111 10000001 1111 11001

Color Harmonies of #374A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A3A

Black with #374A3A

Text Example


Text Example

White with #374A3A

Text Example


Text Example

HTML Codes & Css Web 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>