Html Css Color HEX #374138 Timber Green

📋 copy color: '#374138'

red 55 ◦ green 65 ◦ blue 56

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

Shades of Timber Green #374138

Tints of Timber Green #374138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 31.25%
G = 36.93%
B = 31.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#374138 (or 0x374138) is known color: Timber Green. HEX triplet: 37, 41 and 38. RGB value is (55,65,56). Sum of RGB (Red+Green+Blue) = 55+65+56=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #374138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374138 is #C8BEC7. Grayscale: #3D3D3D. Windows color (decimal): -13156040 or 3686711. OLE color: 3686711.

HSL color Cylindrical-coordinate representation of color #374138: hue angle of 126º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #374138 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 65 56 -
CMYK 0.15 0 0.14 0.75
HSL 126º 0.08% 0.24% -
HSV(B) 126º 0.15% 0.25% -
XYZ 4.18 4.88 4.46 -
YUV 60.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 55 65 56 0.15 0 0.14 0.75 126 0.08 0.24
Hex 37 41 38 F 0 E 4B 7E 8 18
Octal 67 101 70 17 0 16 113 176 10 30
Binary 110111 1000001 111000 1111 0 1110 1001011 1111110 1000 11000

Color Harmonies of #374138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374138

Black with #374138

Text Example


Text Example

White with #374138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374138; }

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

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

background-color css

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

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

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

border-color css

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

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

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