Html Css Color HEX #354336 Timber Green

📋 copy color: '#354336'

red 53 ◦ green 67 ◦ blue 54

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

Shades of Timber Green #354336

Tints of Timber Green #354336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 30.46%
G = 38.51%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#354336 (or 0x354336) is known color: Timber Green. HEX triplet: 35, 43 and 36. RGB value is (53,67,54). Sum of RGB (Red+Green+Blue) = 53+67+54=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #354336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354336 is #CABCC9. Grayscale: #3D3D3D. Windows color (decimal): -13286602 or 3556149. OLE color: 3556149.

HSL color Cylindrical-coordinate representation of color #354336: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #354336 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 54 -
CMYK 0.21 0 0.19 0.74
HSL 124.29º 0.12% 0.24% -
HSV(B) 124.29º 0.21% 0.26% -
XYZ 4.14 5.04 4.24 -
YUV 61.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 53 67 54 0.21 0 0.19 0.74 124.29 0.12 0.24
Hex 35 43 36 15 0 13 4A 7C C 18
Octal 65 103 66 25 0 23 112 174 14 30
Binary 110101 1000011 110110 10101 0 10011 1001010 1111100 1100 11000

Color Harmonies of #354336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354336

Black with #354336

Text Example


Text Example

White with #354336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354336; }

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

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

background-color css

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

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

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

border-color css

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

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

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