Html Css Color HEX #3A443B Timber Green

📋 copy color: '#3A443B'

red 58 ◦ green 68 ◦ blue 59

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

Shades of Timber Green #3A443B

Tints of Timber Green #3A443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 31.35%
G = 36.76%
B = 31.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#3A443B (or 0x3A443B) is known color: Timber Green. HEX triplet: 3A, 44 and 3B. RGB value is (58,68,59). Sum of RGB (Red+Green+Blue) = 58+68+59=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443B is #C5BBC4. Grayscale: #404040. Windows color (decimal): -12958661 or 3884090. OLE color: 3884090.

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

Color convert

RGB 58 68 59 -
CMYK 0.15 0 0.13 0.73
HSL 126º 0.08% 0.25% -
HSV(B) 126º 0.15% 0.27% -
XYZ 4.6 5.35 4.93 -
YUV 63.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 58 68 59 0.15 0 0.13 0.73 126 0.08 0.25
Hex 3A 44 3B F 0 D 49 7E 8 19
Octal 72 104 73 17 0 15 111 176 10 31
Binary 111010 1000100 111011 1111 0 1101 1001001 1111110 1000 11001

Color Harmonies of #3A443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A443B

Black with #3A443B

Text Example


Text Example

White with #3A443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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