Html Css Color HEX #354239 Timber Green

📋 copy color: '#354239'

red 53 ◦ green 66 ◦ blue 57

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

Shades of Timber Green #354239

Tints of Timber Green #354239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 30.11%
G = 37.5%
B = 32.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#354239 (or 0x354239) is known color: Timber Green. HEX triplet: 35, 42 and 39. RGB value is (53,66,57). Sum of RGB (Red+Green+Blue) = 53+66+57=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #354239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354239 is #CABDC6. Grayscale: #3D3D3D. Windows color (decimal): -13286855 or 3752501. OLE color: 3752501.

HSL color Cylindrical-coordinate representation of color #354239: hue angle of 138.46º 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 #354239 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 57 -
CMYK 0.20 0 0.14 0.74
HSL 138.46º 0.11% 0.23% -
HSV(B) 138.46º 0.2% 0.26% -
XYZ 4.15 4.95 4.61 -
YUV 61.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 53 66 57 0.20 0 0.14 0.74 138.46 0.11 0.23
Hex 35 42 39 14 0 E 4A 8A B 17
Octal 65 102 71 24 0 16 112 212 13 27
Binary 110101 1000010 111001 10100 0 1110 1001010 10001010 1011 10111

Color Harmonies of #354239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354239

Black with #354239

Text Example


Text Example

White with #354239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354239; }

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

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

background-color css

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

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

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

border-color css

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

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

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