Html Css Color HEX #3A423A Timber Green

📋 copy color: '#3A423A'

red 58 ◦ green 66 ◦ blue 58

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

Shades of Timber Green #3A423A

Tints of Timber Green #3A423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.26%

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

R = 31.87%
G = 36.26%
B = 31.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#3A423A (or 0x3A423A) is known color: Timber Green. HEX triplet: 3A, 42 and 3A. RGB value is (58,66,58). Sum of RGB (Red+Green+Blue) = 58+66+58=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #3A423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A423A is #C5BDC5. Grayscale: #3E3E3E. Windows color (decimal): -12959174 or 3818042. OLE color: 3818042.

HSL color Cylindrical-coordinate representation of color #3A423A: hue angle of 120º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A423A is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 58 -
CMYK 0.12 0 0.12 0.74
HSL 120º 0.06% 0.24% -
HSV(B) 120º 0.12% 0.26% -
XYZ 4.46 5.1 4.75 -
YUV 62.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 58 66 58 0.12 0 0.12 0.74 120 0.06 0.24
Hex 3A 42 3A C 0 C 4A 78 6 18
Octal 72 102 72 14 0 14 112 170 6 30
Binary 111010 1000010 111010 1100 0 1100 1001010 1111000 110 11000

Color Harmonies of #3A423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A423A

Black with #3A423A

Text Example


Text Example

White with #3A423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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