Html Css Color HEX #39483C Timber Green

📋 copy color: '#39483C'

red 57 ◦ green 72 ◦ blue 60

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

Shades of Timber Green #39483C

Tints of Timber Green #39483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 30.16%
G = 38.1%
B = 31.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#39483C (or 0x39483C) is known color: Timber Green. HEX triplet: 39, 48 and 3C. RGB value is (57,72,60). Sum of RGB (Red+Green+Blue) = 57+72+60=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #39483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483C is #C6B7C3. Grayscale: #424242. Windows color (decimal): -13023172 or 3950649. OLE color: 3950649.

HSL color Cylindrical-coordinate representation of color #39483C: hue angle of 132º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39483C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 72 60 -
CMYK 0.21 0 0.17 0.72
HSL 132º 0.12% 0.25% -
HSV(B) 132º 0.21% 0.28% -
XYZ 4.82 5.83 5.15 -
YUV 66.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 57 72 60 0.21 0 0.17 0.72 132 0.12 0.25
Hex 39 48 3C 15 0 11 48 84 C 19
Octal 71 110 74 25 0 21 110 204 14 31
Binary 111001 1001000 111100 10101 0 10001 1001000 10000100 1100 11001

Color Harmonies of #39483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39483C

Black with #39483C

Text Example


Text Example

White with #39483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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