Html Css Color HEX #334036 Timber Green

📋 copy color: '#334036'

red 51 ◦ green 64 ◦ blue 54

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

Shades of Timber Green #334036

Tints of Timber Green #334036

RGB

 RED value IS 51 (20.31% from 255) = 30.18%

 GREEN value IS 64 (25.39% from 255) = 37.87%

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

R = 30.18%
G = 37.87%
B = 31.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#334036 (or 0x334036) is known color: Timber Green. HEX triplet: 33, 40 and 36. RGB value is (51,64,54). Sum of RGB (Red+Green+Blue) = 51+64+54=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #334036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334036 is #CCBFC9. Grayscale: #3A3A3A. Windows color (decimal): -13418442 or 3555379. OLE color: 3555379.

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

Color convert

RGB 51 64 54 -
CMYK 0.20 0 0.16 0.75
HSL 133.85º 0.11% 0.23% -
HSV(B) 133.85º 0.2% 0.25% -
XYZ 3.86 4.64 4.18 -
YUV 58.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 51 64 54 0.20 0 0.16 0.75 133.85 0.11 0.23
Hex 33 40 36 14 0 10 4B 86 B 17
Octal 63 100 66 24 0 20 113 206 13 27
Binary 110011 1000000 110110 10100 0 10000 1001011 10000110 1011 10111

Color Harmonies of #334036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334036

Black with #334036

Text Example


Text Example

White with #334036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334036; }

 p { color: rgb(51,64,54); }

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

background-color css

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

 a { background-color: rgb(51,64,54); }

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

border-color css

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

 span { border-color: rgb(51,64,54); }

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