Html Css Color HEX #334234 Timber Green

📋 copy color: '#334234'

red 51 ◦ green 66 ◦ blue 52

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

Shades of Timber Green #334234

Tints of Timber Green #334234

RGB

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

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

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

R = 30.18%
G = 39.05%
B = 30.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#334234 (or 0x334234) is known color: Timber Green. HEX triplet: 33, 42 and 34. RGB value is (51,66,52). Sum of RGB (Red+Green+Blue) = 51+66+52=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #334234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334234 is #CCBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13417932 or 3424819. OLE color: 3424819.

HSL color Cylindrical-coordinate representation of color #334234: hue angle of 124º 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 #334234 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 52 -
CMYK 0.23 0 0.21 0.74
HSL 124º 0.13% 0.23% -
HSV(B) 124º 0.23% 0.26% -
XYZ 3.93 4.85 3.98 -
YUV 59.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 51 66 52 0.23 0 0.21 0.74 124 0.13 0.23
Hex 33 42 34 17 0 15 4A 7C D 17
Octal 63 102 64 27 0 25 112 174 15 27
Binary 110011 1000010 110100 10111 0 10101 1001010 1111100 1101 10111

Color Harmonies of #334234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334234

Black with #334234

Text Example


Text Example

White with #334234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334234; }

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

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

background-color css

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

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

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

border-color css

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

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

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