Html Css Color HEX #3A453D Timber Green

📋 copy color: '#3A453D'

red 58 ◦ green 69 ◦ blue 61

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

Shades of Timber Green #3A453D

Tints of Timber Green #3A453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 30.85%
G = 36.7%
B = 32.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#3A453D (or 0x3A453D) is known color: Timber Green. HEX triplet: 3A, 45 and 3D. RGB value is (58,69,61). Sum of RGB (Red+Green+Blue) = 58+69+61=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #3A453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A453D is #C5BAC2. Grayscale: #404040. Windows color (decimal): -12958403 or 4015418. OLE color: 4015418.

HSL color Cylindrical-coordinate representation of color #3A453D: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A453D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 61 -
CMYK 0.16 0 0.12 0.73
HSL 136.36º 0.09% 0.25% -
HSV(B) 136.36º 0.16% 0.27% -
XYZ 4.72 5.49 5.23 -
YUV 64.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 58 69 61 0.16 0 0.12 0.73 136.36 0.09 0.25
Hex 3A 45 3D 10 0 C 49 88 9 19
Octal 72 105 75 20 0 14 111 210 11 31
Binary 111010 1000101 111101 10000 0 1100 1001001 10001000 1001 11001

Color Harmonies of #3A453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A453D

Black with #3A453D

Text Example


Text Example

White with #3A453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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