Html Css Color HEX #354136 Timber Green

📋 copy color: '#354136'

red 53 ◦ green 65 ◦ blue 54

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

Shades of Timber Green #354136

Tints of Timber Green #354136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.4%

R = 30.81%
G = 37.79%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#354136 (or 0x354136) is known color: Timber Green. HEX triplet: 35, 41 and 36. RGB value is (53,65,54). Sum of RGB (Red+Green+Blue) = 53+65+54=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #354136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354136 is #CABEC9. Grayscale: #3C3C3C. Windows color (decimal): -13287114 or 3555637. OLE color: 3555637.

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

Color convert

RGB 53 65 54 -
CMYK 0.18 0 0.17 0.75
HSL 125º 0.1% 0.23% -
HSV(B) 125º 0.18% 0.25% -
XYZ 4.02 4.8 4.21 -
YUV 60.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 53 65 54 0.18 0 0.17 0.75 125 0.1 0.23
Hex 35 41 36 12 0 11 4B 7D A 17
Octal 65 101 66 22 0 21 113 175 12 27
Binary 110101 1000001 110110 10010 0 10001 1001011 1111101 1010 10111

Color Harmonies of #354136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354136

Black with #354136

Text Example


Text Example

White with #354136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354136; }

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

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

background-color css

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

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

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

border-color css

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

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

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