Html Css Color HEX #334034 Timber Green

📋 copy color: '#334034'

red 51 ◦ green 64 ◦ blue 52

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

Shades of Timber Green #334034

Tints of Timber Green #334034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 30.54%
G = 38.32%
B = 31.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#334034 (or 0x334034) is known color: Timber Green. HEX triplet: 33, 40 and 34. RGB value is (51,64,52). Sum of RGB (Red+Green+Blue) = 51+64+52=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #334034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334034 is #CCBFCB. Grayscale: #3A3A3A. Windows color (decimal): -13418444 or 3424307. OLE color: 3424307.

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

Color convert

RGB 51 64 52 -
CMYK 0.20 0 0.19 0.75
HSL 124.62º 0.11% 0.23% -
HSV(B) 124.62º 0.2% 0.25% -
XYZ 3.82 4.62 3.94 -
YUV 58.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 51 64 52 0.20 0 0.19 0.75 124.62 0.11 0.23
Hex 33 40 34 14 0 13 4B 7D B 17
Octal 63 100 64 24 0 23 113 175 13 27
Binary 110011 1000000 110100 10100 0 10011 1001011 1111101 1011 10111

Color Harmonies of #334034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334034

Black with #334034

Text Example


Text Example

White with #334034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334034; }

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

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

background-color css

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

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

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

border-color css

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

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

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