Html Css Color HEX #3A453A Timber Green

📋 copy color: '#3A453A'

red 58 ◦ green 69 ◦ blue 58

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

Shades of Timber Green #3A453A

Tints of Timber Green #3A453A

RGB

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

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

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

R = 31.35%
G = 37.3%
B = 31.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#3A453A (or 0x3A453A) is known color: Timber Green. HEX triplet: 3A, 45 and 3A. RGB value is (58,69,58). Sum of RGB (Red+Green+Blue) = 58+69+58=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #3A453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A453A is #C5BAC5. Grayscale: #404040. Windows color (decimal): -12958406 or 3818810. OLE color: 3818810.

HSL color Cylindrical-coordinate representation of color #3A453A: hue angle of 120º 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 #3A453A is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 58 -
CMYK 0.16 0 0.16 0.73
HSL 120º 0.09% 0.25% -
HSV(B) 120º 0.16% 0.27% -
XYZ 4.64 5.46 4.81 -
YUV 64.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 58 69 58 0.16 0 0.16 0.73 120 0.09 0.25
Hex 3A 45 3A 10 0 10 49 78 9 19
Octal 72 105 72 20 0 20 111 170 11 31
Binary 111010 1000101 111010 10000 0 10000 1001001 1111000 1001 11001

Color Harmonies of #3A453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A453A

Black with #3A453A

Text Example


Text Example

White with #3A453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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