Html Css Color HEX #354139 Timber Green

📋 copy color: '#354139'

red 53 ◦ green 65 ◦ blue 57

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

Shades of Timber Green #354139

Tints of Timber Green #354139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.57%

R = 30.29%
G = 37.14%
B = 32.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#354139 (or 0x354139) is known color: Timber Green. HEX triplet: 35, 41 and 39. RGB value is (53,65,57). Sum of RGB (Red+Green+Blue) = 53+65+57=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 65 - color contains mainly: green. Hex color #354139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354139 is #CABEC6. Grayscale: #3C3C3C. Windows color (decimal): -13287111 or 3752245. OLE color: 3752245.

HSL color Cylindrical-coordinate representation of color #354139: hue angle of 140º 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 #354139 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 57 -
CMYK 0.18 0 0.12 0.75
HSL 140º 0.1% 0.23% -
HSV(B) 140º 0.18% 0.25% -
XYZ 4.1 4.83 4.59 -
YUV 60.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 53 65 57 0.18 0 0.12 0.75 140 0.1 0.23
Hex 35 41 39 12 0 C 4B 8C A 17
Octal 65 101 71 22 0 14 113 214 12 27
Binary 110101 1000001 111001 10010 0 1100 1001011 10001100 1010 10111

Color Harmonies of #354139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354139

Black with #354139

Text Example


Text Example

White with #354139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354139; }

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

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

background-color css

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

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

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

border-color css

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

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

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