Html Css Color HEX #354538 Timber Green

📋 copy color: '#354538'

red 53 ◦ green 69 ◦ blue 56

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

Shades of Timber Green #354538

Tints of Timber Green #354538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

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

R = 29.78%
G = 38.76%
B = 31.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#354538 (or 0x354538) is known color: Timber Green. HEX triplet: 35, 45 and 38. RGB value is (53,69,56). Sum of RGB (Red+Green+Blue) = 53+69+56=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #354538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354538 is #CABAC7. Grayscale: #3E3E3E. Windows color (decimal): -13286088 or 3687733. OLE color: 3687733.

HSL color Cylindrical-coordinate representation of color #354538: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354538 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 56 -
CMYK 0.23 0 0.19 0.73
HSL 131.25º 0.13% 0.24% -
HSV(B) 131.25º 0.23% 0.27% -
XYZ 4.31 5.3 4.54 -
YUV 62.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 53 69 56 0.23 0 0.19 0.73 131.25 0.13 0.24
Hex 35 45 38 17 0 13 49 83 D 18
Octal 65 105 70 27 0 23 111 203 15 30
Binary 110101 1000101 111000 10111 0 10011 1001001 10000011 1101 11000

Color Harmonies of #354538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354538

Black with #354538

Text Example


Text Example

White with #354538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354538; }

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

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

background-color css

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

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

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

border-color css

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

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

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