Html Css Color HEX #3B483C Timber Green

📋 copy color: '#3B483C'

red 59 ◦ green 72 ◦ blue 60

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

Shades of Timber Green #3B483C

Tints of Timber Green #3B483C

RGB

 RED value IS 59 (23.44% from 255) = 30.89%

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

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

R = 30.89%
G = 37.7%
B = 31.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#3B483C (or 0x3B483C) is known color: Timber Green. HEX triplet: 3B, 48 and 3C. RGB value is (59,72,60). Sum of RGB (Red+Green+Blue) = 59+72+60=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #3B483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B483C is #C4B7C3. Grayscale: #424242. Windows color (decimal): -12892100 or 3950651. OLE color: 3950651.

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

Color convert

RGB 59 72 60 -
CMYK 0.18 0 0.17 0.72
HSL 124.62º 0.1% 0.26% -
HSV(B) 124.62º 0.18% 0.28% -
XYZ 4.94 5.89 5.15 -
YUV 66.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 59 72 60 0.18 0 0.17 0.72 124.62 0.1 0.26
Hex 3B 48 3C 12 0 11 48 7D A 1A
Octal 73 110 74 22 0 21 110 175 12 32
Binary 111011 1001000 111100 10010 0 10001 1001000 1111101 1010 11010

Color Harmonies of #3B483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B483C

Black with #3B483C

Text Example


Text Example

White with #3B483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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