Html Css Color HEX #334235 Timber Green

📋 copy color: '#334235'

red 51 ◦ green 66 ◦ blue 53

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

Shades of Timber Green #334235

Tints of Timber Green #334235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 30%
G = 38.82%
B = 31.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#334235 (or 0x334235) is known color: Timber Green. HEX triplet: 33, 42 and 35. RGB value is (51,66,53). Sum of RGB (Red+Green+Blue) = 51+66+53=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #334235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334235 is #CCBDCA. Grayscale: #3C3C3C. Windows color (decimal): -13417931 or 3490355. OLE color: 3490355.

HSL color Cylindrical-coordinate representation of color #334235: hue angle of 128º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #334235 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 53 -
CMYK 0.23 0 0.20 0.74
HSL 128º 0.13% 0.23% -
HSV(B) 128º 0.23% 0.26% -
XYZ 3.96 4.86 4.1 -
YUV 60.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 51 66 53 0.23 0 0.20 0.74 128 0.13 0.23
Hex 33 42 35 17 0 14 4A 80 D 17
Octal 63 102 65 27 0 24 112 200 15 27
Binary 110011 1000010 110101 10111 0 10100 1001010 10000000 1101 10111

Color Harmonies of #334235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334235

Black with #334235

Text Example


Text Example

White with #334235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334235; }

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

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

background-color css

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

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

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

border-color css

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

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

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