Html Css Color HEX #334033 Timber Green

📋 copy color: '#334033'

red 51 ◦ green 64 ◦ blue 51

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

Shades of Timber Green #334033

Tints of Timber Green #334033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 30.72%
G = 38.55%
B = 30.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#334033 (or 0x334033) is known color: Timber Green. HEX triplet: 33, 40 and 33. RGB value is (51,64,51). Sum of RGB (Red+Green+Blue) = 51+64+51=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #334033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334033 is #CCBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13418445 or 3358771. OLE color: 3358771.

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

Color convert

RGB 51 64 51 -
CMYK 0.20 0 0.20 0.75
HSL 120º 0.11% 0.23% -
HSV(B) 120º 0.2% 0.25% -
XYZ 3.8 4.61 3.82 -
YUV 58.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 51 64 51 0.20 0 0.20 0.75 120 0.11 0.23
Hex 33 40 33 14 0 14 4B 78 B 17
Octal 63 100 63 24 0 24 113 170 13 27
Binary 110011 1000000 110011 10100 0 10100 1001011 1111000 1011 10111

Color Harmonies of #334033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334033

Black with #334033

Text Example


Text Example

White with #334033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334033; }

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

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

background-color css

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

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

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

border-color css

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

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

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