Html Css Color HEX #354738 Timber Green

📋 copy color: '#354738'

red 53 ◦ green 71 ◦ blue 56

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

Shades of Timber Green #354738

Tints of Timber Green #354738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

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

R = 29.44%
G = 39.44%
B = 31.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#354738 (or 0x354738) is known color: Timber Green. HEX triplet: 35, 47 and 38. RGB value is (53,71,56). Sum of RGB (Red+Green+Blue) = 53+71+56=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #354738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354738 is #CAB8C7. Grayscale: #3F3F3F. Windows color (decimal): -13285576 or 3688245. OLE color: 3688245.

HSL color Cylindrical-coordinate representation of color #354738: hue angle of 130º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354738 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 56 -
CMYK 0.25 0 0.21 0.72
HSL 130º 0.15% 0.24% -
HSV(B) 130º 0.25% 0.28% -
XYZ 4.44 5.55 4.58 -
YUV 63.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 53 71 56 0.25 0 0.21 0.72 130 0.15 0.24
Hex 35 47 38 19 0 15 48 82 F 18
Octal 65 107 70 31 0 25 110 202 17 30
Binary 110101 1000111 111000 11001 0 10101 1001000 10000010 1111 11000

Color Harmonies of #354738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354738

Black with #354738

Text Example


Text Example

White with #354738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354738; }

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

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

background-color css

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

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

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

border-color css

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

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

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