Html Css Color HEX #354137 Timber Green

📋 copy color: '#354137'

red 53 ◦ green 65 ◦ blue 55

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

Shades of Timber Green #354137

Tints of Timber Green #354137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 30.64%
G = 37.57%
B = 31.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#354137 (or 0x354137) is known color: Timber Green. HEX triplet: 35, 41 and 37. RGB value is (53,65,55). Sum of RGB (Red+Green+Blue) = 53+65+55=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #354137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354137 is #CABEC8. Grayscale: #3C3C3C. Windows color (decimal): -13287113 or 3621173. OLE color: 3621173.

HSL color Cylindrical-coordinate representation of color #354137: hue angle of 130º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #354137 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 55 -
CMYK 0.18 0 0.15 0.75
HSL 130º 0.1% 0.23% -
HSV(B) 130º 0.18% 0.25% -
XYZ 4.05 4.81 4.33 -
YUV 60.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 53 65 55 0.18 0 0.15 0.75 130 0.1 0.23
Hex 35 41 37 12 0 F 4B 82 A 17
Octal 65 101 67 22 0 17 113 202 12 27
Binary 110101 1000001 110111 10010 0 1111 1001011 10000010 1010 10111

Color Harmonies of #354137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354137

Black with #354137

Text Example


Text Example

White with #354137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354137; }

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

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

background-color css

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

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

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

border-color css

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

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

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