Html Css Color HEX #393C3A Timber Green

📋 copy color: '#393C3A'

red 57 ◦ green 60 ◦ blue 58

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

Shades of Timber Green #393C3A

Tints of Timber Green #393C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 32.57%
G = 34.29%
B = 33.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#393C3A (or 0x393C3A) is known color: Timber Green. HEX triplet: 39, 3C and 3A. RGB value is (57,60,58). Sum of RGB (Red+Green+Blue) = 57+60+58=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 60 - color contains mainly: green. Hex color #393C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C3A is #C6C3C5. Grayscale: #3A3A3A. Windows color (decimal): -13026246 or 3816505. OLE color: 3816505.

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

Color convert

RGB 57 60 58 -
CMYK 0.05 0 0.03 0.76
HSL 140º 0.03% 0.23% -
HSV(B) 140º 0.05% 0.24% -
XYZ 4.07 4.41 4.64 -
YUV 58.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 57 60 58 0.05 0 0.03 0.76 140 0.03 0.23
Hex 39 3C 3A 5 0 3 4C 8C 3 17
Octal 71 74 72 5 0 3 114 214 3 27
Binary 111001 111100 111010 101 0 11 1001100 10001100 11 10111

Color Harmonies of #393C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C3A

Black with #393C3A

Text Example


Text Example

White with #393C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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