Html Css Color HEX #354A3A Timber Green

📋 copy color: '#354A3A'

red 53 ◦ green 74 ◦ blue 58

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

Shades of Timber Green #354A3A

Tints of Timber Green #354A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 28.65%
G = 40%
B = 31.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#354A3A (or 0x354A3A) is known color: Timber Green. HEX triplet: 35, 4A and 3A. RGB value is (53,74,58). Sum of RGB (Red+Green+Blue) = 53+74+58=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #354A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A3A is #CAB5C5. Grayscale: #414141. Windows color (decimal): -13284806 or 3820085. OLE color: 3820085.

HSL color Cylindrical-coordinate representation of color #354A3A: hue angle of 134.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354A3A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 58 -
CMYK 0.28 0 0.22 0.71
HSL 134.29º 0.17% 0.25% -
HSV(B) 134.29º 0.28% 0.29% -
XYZ 4.68 5.96 4.91 -
YUV 65.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 53 74 58 0.28 0 0.22 0.71 134.29 0.17 0.25
Hex 35 4A 3A 1C 0 16 47 86 11 19
Octal 65 112 72 34 0 26 107 206 21 31
Binary 110101 1001010 111010 11100 0 10110 1000111 10000110 10001 11001

Color Harmonies of #354A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A3A

Black with #354A3A

Text Example


Text Example

White with #354A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A3A; }

 p { color: rgb(53,74,58); }

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

background-color css

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

 a { background-color: rgb(53,74,58); }

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

border-color css

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

 span { border-color: rgb(53,74,58); }

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