Html Css Color HEX #3A483B Timber Green

📋 copy color: '#3A483B'

red 58 ◦ green 72 ◦ blue 59

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

Shades of Timber Green #3A483B

Tints of Timber Green #3A483B

RGB

 RED value IS 58 (23.05% from 255) = 30.69%

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

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 30.69%
G = 38.1%
B = 31.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#3A483B (or 0x3A483B) is known color: Timber Green. HEX triplet: 3A, 48 and 3B. RGB value is (58,72,59). Sum of RGB (Red+Green+Blue) = 58+72+59=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #3A483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A483B is #C5B7C4. Grayscale: #424242. Windows color (decimal): -12957637 or 3885114. OLE color: 3885114.

HSL color Cylindrical-coordinate representation of color #3A483B: hue angle of 124.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A483B is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 59 -
CMYK 0.19 0 0.18 0.72
HSL 124.29º 0.11% 0.25% -
HSV(B) 124.29º 0.19% 0.28% -
XYZ 4.85 5.85 5.01 -
YUV 66.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 58 72 59 0.19 0 0.18 0.72 124.29 0.11 0.25
Hex 3A 48 3B 13 0 12 48 7C B 19
Octal 72 110 73 23 0 22 110 174 13 31
Binary 111010 1001000 111011 10011 0 10010 1001000 1111100 1011 11001

Color Harmonies of #3A483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A483B

Black with #3A483B

Text Example


Text Example

White with #3A483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A483B; }

 p { color: rgb(58,72,59); }

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

background-color css

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

 a { background-color: rgb(58,72,59); }

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

border-color css

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

 span { border-color: rgb(58,72,59); }

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