Html Css Color HEX #334037 Timber Green

📋 copy color: '#334037'

red 51 ◦ green 64 ◦ blue 55

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

Shades of Timber Green #334037

Tints of Timber Green #334037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 30%
G = 37.65%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#334037 (or 0x334037) is known color: Timber Green. HEX triplet: 33, 40 and 37. RGB value is (51,64,55). Sum of RGB (Red+Green+Blue) = 51+64+55=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #334037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334037 is #CCBFC8. Grayscale: #3B3B3B. Windows color (decimal): -13418441 or 3620915. OLE color: 3620915.

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

Color convert

RGB 51 64 55 -
CMYK 0.20 0 0.14 0.75
HSL 138.46º 0.11% 0.23% -
HSV(B) 138.46º 0.2% 0.25% -
XYZ 3.89 4.65 4.31 -
YUV 59.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 51 64 55 0.20 0 0.14 0.75 138.46 0.11 0.23
Hex 33 40 37 14 0 E 4B 8A B 17
Octal 63 100 67 24 0 16 113 212 13 27
Binary 110011 1000000 110111 10100 0 1110 1001011 10001010 1011 10111

Color Harmonies of #334037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334037

Black with #334037

Text Example


Text Example

White with #334037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334037; }

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

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

background-color css

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

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

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

border-color css

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

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

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