Html Css Color HEX #3A443A Timber Green

📋 copy color: '#3A443A'

red 58 ◦ green 68 ◦ blue 58

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

Shades of Timber Green #3A443A

Tints of Timber Green #3A443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

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

R = 31.52%
G = 36.96%
B = 31.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#3A443A (or 0x3A443A) is known color: Timber Green. HEX triplet: 3A, 44 and 3A. RGB value is (58,68,58). Sum of RGB (Red+Green+Blue) = 58+68+58=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443A is #C5BBC5. Grayscale: #3F3F3F. Windows color (decimal): -12958662 or 3818554. OLE color: 3818554.

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

Color convert

RGB 58 68 58 -
CMYK 0.15 0 0.15 0.73
HSL 120º 0.08% 0.25% -
HSV(B) 120º 0.15% 0.27% -
XYZ 4.58 5.34 4.79 -
YUV 63.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 58 68 58 0.15 0 0.15 0.73 120 0.08 0.25
Hex 3A 44 3A F 0 F 49 78 8 19
Octal 72 104 72 17 0 17 111 170 10 31
Binary 111010 1000100 111010 1111 0 1111 1001001 1111000 1000 11001

Color Harmonies of #3A443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A443A

Black with #3A443A

Text Example


Text Example

White with #3A443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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