Html Css Color HEX #393D3A Timber Green

📋 copy color: '#393D3A'

red 57 ◦ green 61 ◦ blue 58

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

Shades of Timber Green #393D3A

Tints of Timber Green #393D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

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

R = 32.39%
G = 34.66%
B = 32.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#393D3A (or 0x393D3A) is known color: Timber Green. HEX triplet: 39, 3D and 3A. RGB value is (57,61,58). Sum of RGB (Red+Green+Blue) = 57+61+58=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 61 - color contains mainly: green. Hex color #393D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D3A is #C6C2C5. Grayscale: #3B3B3B. Windows color (decimal): -13025990 or 3816761. OLE color: 3816761.

HSL color Cylindrical-coordinate representation of color #393D3A: hue angle of 135º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #393D3A is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 61 58 -
CMYK 0.07 0 0.05 0.76
HSL 135º 0.03% 0.23% -
HSV(B) 135º 0.07% 0.24% -
XYZ 4.12 4.51 4.66 -
YUV 59.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 57 61 58 0.07 0 0.05 0.76 135 0.03 0.23
Hex 39 3D 3A 7 0 5 4C 87 3 17
Octal 71 75 72 7 0 5 114 207 3 27
Binary 111001 111101 111010 111 0 101 1001100 10000111 11 10111

Color Harmonies of #393D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D3A

Black with #393D3A

Text Example


Text Example

White with #393D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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