Html Css Color HEX #394B3A Timber Green

📋 copy color: '#394B3A'

red 57 ◦ green 75 ◦ blue 58

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

Shades of Timber Green #394B3A

Tints of Timber Green #394B3A

RGB

 RED value IS 57 (22.66% from 255) = 30%

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

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

R = 30%
G = 39.47%
B = 30.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#394B3A (or 0x394B3A) is known color: Timber Green. HEX triplet: 39, 4B and 3A. RGB value is (57,75,58). Sum of RGB (Red+Green+Blue) = 57+75+58=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #394B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B3A is #C6B4C5. Grayscale: #434343. Windows color (decimal): -13022406 or 3820345. OLE color: 3820345.

HSL color Cylindrical-coordinate representation of color #394B3A: hue angle of 123.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394B3A is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 75 58 -
CMYK 0.24 0 0.23 0.71
HSL 123.33º 0.14% 0.26% -
HSV(B) 123.33º 0.24% 0.29% -
XYZ 4.97 6.21 4.94 -
YUV 67.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 57 75 58 0.24 0 0.23 0.71 123.33 0.14 0.26
Hex 39 4B 3A 18 0 17 47 7B E 1A
Octal 71 113 72 30 0 27 107 173 16 32
Binary 111001 1001011 111010 11000 0 10111 1000111 1111011 1110 11010

Color Harmonies of #394B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B3A

Black with #394B3A

Text Example


Text Example

White with #394B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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