Html Css Color HEX #354938 Timber Green

📋 copy color: '#354938'

red 53 ◦ green 73 ◦ blue 56

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

Shades of Timber Green #354938

Tints of Timber Green #354938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 29.12%
G = 40.11%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#354938 (or 0x354938) is known color: Timber Green. HEX triplet: 35, 49 and 38. RGB value is (53,73,56). Sum of RGB (Red+Green+Blue) = 53+73+56=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 73 - color contains mainly: green. Hex color #354938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354938 is #CAB6C7. Grayscale: #414141. Windows color (decimal): -13285064 or 3688757. OLE color: 3688757.

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

Color convert

RGB 53 73 56 -
CMYK 0.27 0 0.23 0.71
HSL 129º 0.16% 0.25% -
HSV(B) 129º 0.27% 0.29% -
XYZ 4.56 5.81 4.62 -
YUV 65.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 53 73 56 0.27 0 0.23 0.71 129 0.16 0.25
Hex 35 49 38 1B 0 17 47 81 10 19
Octal 65 111 70 33 0 27 107 201 20 31
Binary 110101 1001001 111000 11011 0 10111 1000111 10000001 10000 11001

Color Harmonies of #354938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354938

Black with #354938

Text Example


Text Example

White with #354938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354938; }

 p { color: rgb(53,73,56); }

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

background-color css

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

 a { background-color: rgb(53,73,56); }

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

border-color css

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

 span { border-color: rgb(53,73,56); }

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