Html Css Color HEX #3A433D Timber Green

📋 copy color: '#3A433D'

red 58 ◦ green 67 ◦ blue 61

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

Shades of Timber Green #3A433D

Tints of Timber Green #3A433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

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

R = 31.18%
G = 36.02%
B = 32.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#3A433D (or 0x3A433D) is known color: Timber Green. HEX triplet: 3A, 43 and 3D. RGB value is (58,67,61). Sum of RGB (Red+Green+Blue) = 58+67+61=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #3A433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A433D is #C5BCC2. Grayscale: #3F3F3F. Windows color (decimal): -12958915 or 4014906. OLE color: 4014906.

HSL color Cylindrical-coordinate representation of color #3A433D: hue angle of 140º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3A433D is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 61 -
CMYK 0.13 0 0.09 0.74
HSL 140º 0.07% 0.25% -
HSV(B) 140º 0.13% 0.26% -
XYZ 4.59 5.25 5.19 -
YUV 63.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 58 67 61 0.13 0 0.09 0.74 140 0.07 0.25
Hex 3A 43 3D D 0 9 4A 8C 7 19
Octal 72 103 75 15 0 11 112 214 7 31
Binary 111010 1000011 111101 1101 0 1001 1001010 10001100 111 11001

Color Harmonies of #3A433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A433D

Black with #3A433D

Text Example


Text Example

White with #3A433D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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