Html Css Color HEX #374238 Timber Green

📋 copy color: '#374238'

red 55 ◦ green 66 ◦ blue 56

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

Shades of Timber Green #374238

Tints of Timber Green #374238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 31.07%
G = 37.29%
B = 31.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#374238 (or 0x374238) is known color: Timber Green. HEX triplet: 37, 42 and 38. RGB value is (55,66,56). Sum of RGB (Red+Green+Blue) = 55+66+56=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #374238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374238 is #C8BDC7. Grayscale: #3D3D3D. Windows color (decimal): -13155784 or 3686967. OLE color: 3686967.

HSL color Cylindrical-coordinate representation of color #374238: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #374238 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 56 -
CMYK 0.17 0 0.15 0.74
HSL 125.45º 0.09% 0.24% -
HSV(B) 125.45º 0.17% 0.26% -
XYZ 4.24 4.99 4.48 -
YUV 61.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 55 66 56 0.17 0 0.15 0.74 125.45 0.09 0.24
Hex 37 42 38 11 0 F 4A 7D 9 18
Octal 67 102 70 21 0 17 112 175 11 30
Binary 110111 1000010 111000 10001 0 1111 1001010 1111101 1001 11000

Color Harmonies of #374238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374238

Black with #374238

Text Example


Text Example

White with #374238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374238; }

 p { color: rgb(55,66,56); }

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

background-color css

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

 a { background-color: rgb(55,66,56); }

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

border-color css

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

 span { border-color: rgb(55,66,56); }

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