Html Css Color HEX #334035 Timber Green

📋 copy color: '#334035'

red 51 ◦ green 64 ◦ blue 53

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

Shades of Timber Green #334035

Tints of Timber Green #334035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 30.36%
G = 38.1%
B = 31.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#334035 (or 0x334035) is known color: Timber Green. HEX triplet: 33, 40 and 35. RGB value is (51,64,53). Sum of RGB (Red+Green+Blue) = 51+64+53=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #334035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334035 is #CCBFCA. Grayscale: #3A3A3A. Windows color (decimal): -13418443 or 3489843. OLE color: 3489843.

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

Color convert

RGB 51 64 53 -
CMYK 0.20 0 0.17 0.75
HSL 129.23º 0.11% 0.23% -
HSV(B) 129.23º 0.2% 0.25% -
XYZ 3.84 4.63 4.06 -
YUV 58.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 51 64 53 0.20 0 0.17 0.75 129.23 0.11 0.23
Hex 33 40 35 14 0 11 4B 81 B 17
Octal 63 100 65 24 0 21 113 201 13 27
Binary 110011 1000000 110101 10100 0 10001 1001011 10000001 1011 10111

Color Harmonies of #334035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334035

Black with #334035

Text Example


Text Example

White with #334035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334035; }

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

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

background-color css

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

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

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

border-color css

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

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

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