Html Css Color HEX #354238 Timber Green

📋 copy color: '#354238'

red 53 ◦ green 66 ◦ blue 56

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

Shades of Timber Green #354238

Tints of Timber Green #354238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 30.29%
G = 37.71%
B = 32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#354238 (or 0x354238) is known color: Timber Green. HEX triplet: 35, 42 and 38. RGB value is (53,66,56). Sum of RGB (Red+Green+Blue) = 53+66+56=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #354238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354238 is #CABDC7. Grayscale: #3D3D3D. Windows color (decimal): -13286856 or 3686965. OLE color: 3686965.

HSL color Cylindrical-coordinate representation of color #354238: hue angle of 133.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354238 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 56 -
CMYK 0.20 0 0.15 0.74
HSL 133.85º 0.11% 0.23% -
HSV(B) 133.85º 0.2% 0.26% -
XYZ 4.13 4.94 4.48 -
YUV 60.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 53 66 56 0.20 0 0.15 0.74 133.85 0.11 0.23
Hex 35 42 38 14 0 F 4A 86 B 17
Octal 65 102 70 24 0 17 112 206 13 27
Binary 110101 1000010 111000 10100 0 1111 1001010 10000110 1011 10111

Color Harmonies of #354238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354238

Black with #354238

Text Example


Text Example

White with #354238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354238; }

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

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

background-color css

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

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

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

border-color css

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

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

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