Html Css Color HEX #354B37 Timber Green

📋 copy color: '#354B37'

red 53 ◦ green 75 ◦ blue 55

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

Shades of Timber Green #354B37

Tints of Timber Green #354B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 55 (21.88% from 255) = 30.05%

R = 28.96%
G = 40.98%
B = 30.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#354B37 (or 0x354B37) is known color: Timber Green. HEX triplet: 35, 4B and 37. RGB value is (53,75,55). Sum of RGB (Red+Green+Blue) = 53+75+55=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #354B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B37 is #CAB4C8. Grayscale: #424242. Windows color (decimal): -13284553 or 3623733. OLE color: 3623733.

HSL color Cylindrical-coordinate representation of color #354B37: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B37 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 55 -
CMYK 0.29 0 0.27 0.71
HSL 125.45º 0.17% 0.25% -
HSV(B) 125.45º 0.29% 0.29% -
XYZ 4.67 6.06 4.54 -
YUV 66.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 53 75 55 0.29 0 0.27 0.71 125.45 0.17 0.25
Hex 35 4B 37 1D 0 1B 47 7D 11 19
Octal 65 113 67 35 0 33 107 175 21 31
Binary 110101 1001011 110111 11101 0 11011 1000111 1111101 10001 11001

Color Harmonies of #354B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B37

Black with #354B37

Text Example


Text Example

White with #354B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B37; }

 p { color: rgb(53,75,55); }

 H1.HeaderClassName
 {
   color: #354B37;
 }
 .AnyTagClassName
 {
   color: #354B37;
 }
</style>

background-color css

<style>
 a { background-color: #354B37; }

 a { background-color: rgb(53,75,55); }

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

border-color css

<style>
 span { border-color: #354B37; }

 span { border-color: rgb(53,75,55); }

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