Html Css Color HEX #374038 Timber Green

📋 copy color: '#374038'

red 55 ◦ green 64 ◦ blue 56

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

Shades of Timber Green #374038

Tints of Timber Green #374038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 31.43%
G = 36.57%
B = 32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#374038 (or 0x374038) is known color: Timber Green. HEX triplet: 37, 40 and 38. RGB value is (55,64,56). Sum of RGB (Red+Green+Blue) = 55+64+56=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #374038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374038 is #C8BFC7. Grayscale: #3C3C3C. Windows color (decimal): -13156296 or 3686455. OLE color: 3686455.

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

Color convert

RGB 55 64 56 -
CMYK 0.14 0 0.13 0.75
HSL 126.67º 0.08% 0.23% -
HSV(B) 126.67º 0.14% 0.25% -
XYZ 4.12 4.76 4.44 -
YUV 60.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 55 64 56 0.14 0 0.13 0.75 126.67 0.08 0.23
Hex 37 40 38 E 0 D 4B 7F 8 17
Octal 67 100 70 16 0 15 113 177 10 27
Binary 110111 1000000 111000 1110 0 1101 1001011 1111111 1000 10111

Color Harmonies of #374038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374038

Black with #374038

Text Example


Text Example

White with #374038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374038; }

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

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

background-color css

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

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

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

border-color css

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

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

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