Html Css Color HEX #35473A Timber Green

📋 copy color: '#35473A'

red 53 ◦ green 71 ◦ blue 58

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

Shades of Timber Green #35473A

Tints of Timber Green #35473A

RGB

 RED value IS 53 (21.09% from 255) = 29.12%

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 29.12%
G = 39.01%
B = 31.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#35473A (or 0x35473A) is known color: Timber Green. HEX triplet: 35, 47 and 3A. RGB value is (53,71,58). Sum of RGB (Red+Green+Blue) = 53+71+58=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #35473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473A is #CAB8C5. Grayscale: #404040. Windows color (decimal): -13285574 or 3819317. OLE color: 3819317.

HSL color Cylindrical-coordinate representation of color #35473A: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 58 -
CMYK 0.25 0 0.18 0.72
HSL 136.67º 0.15% 0.24% -
HSV(B) 136.67º 0.25% 0.28% -
XYZ 4.49 5.57 4.84 -
YUV 64.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 53 71 58 0.25 0 0.18 0.72 136.67 0.15 0.24
Hex 35 47 3A 19 0 12 48 89 F 18
Octal 65 107 72 31 0 22 110 211 17 30
Binary 110101 1000111 111010 11001 0 10010 1001000 10001001 1111 11000

Color Harmonies of #35473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35473A

Black with #35473A

Text Example


Text Example

White with #35473A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35473A; }

 p { color: rgb(53,71,58); }

 H1.HeaderClassName
 {
   color: #35473A;
 }
 .AnyTagClassName
 {
   color: #35473A;
 }
</style>

background-color css

<style>
 a { background-color: #35473A; }

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

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

border-color css

<style>
 span { border-color: #35473A; }

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

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