Html Css Color HEX #354236 Timber Green

📋 copy color: '#354236'

red 53 ◦ green 66 ◦ blue 54

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

Shades of Timber Green #354236

Tints of Timber Green #354236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 30.64%
G = 38.15%
B = 31.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#354236 (or 0x354236) is known color: Timber Green. HEX triplet: 35, 42 and 36. RGB value is (53,66,54). Sum of RGB (Red+Green+Blue) = 53+66+54=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #354236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354236 is #CABDC9. Grayscale: #3C3C3C. Windows color (decimal): -13286858 or 3555893. OLE color: 3555893.

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

Color convert

RGB 53 66 54 -
CMYK 0.20 0 0.18 0.74
HSL 124.62º 0.11% 0.23% -
HSV(B) 124.62º 0.2% 0.26% -
XYZ 4.08 4.92 4.22 -
YUV 60.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 53 66 54 0.20 0 0.18 0.74 124.62 0.11 0.23
Hex 35 42 36 14 0 12 4A 7D B 17
Octal 65 102 66 24 0 22 112 175 13 27
Binary 110101 1000010 110110 10100 0 10010 1001010 1111101 1011 10111

Color Harmonies of #354236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354236

Black with #354236

Text Example


Text Example

White with #354236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354236; }

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

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

background-color css

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

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

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

border-color css

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

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

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