Html Css Color HEX #334B34 Timber Green

📋 copy color: '#334B34'

red 51 ◦ green 75 ◦ blue 52

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

Shades of Timber Green #334B34

Tints of Timber Green #334B34

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.13%

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

R = 28.65%
G = 42.13%
B = 29.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#334B34 (or 0x334B34) is known color: Timber Green. HEX triplet: 33, 4B and 34. RGB value is (51,75,52). Sum of RGB (Red+Green+Blue) = 51+75+52=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #334B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B34 is #CCB4CB. Grayscale: #414141. Windows color (decimal): -13415628 or 3427123. OLE color: 3427123.

HSL color Cylindrical-coordinate representation of color #334B34: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B34 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 52 -
CMYK 0.32 0 0.31 0.71
HSL 122.5º 0.19% 0.25% -
HSV(B) 122.5º 0.32% 0.29% -
XYZ 4.5 5.98 4.17 -
YUV 65.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 51 75 52 0.32 0 0.31 0.71 122.5 0.19 0.25
Hex 33 4B 34 20 0 1F 47 7B 13 19
Octal 63 113 64 40 0 37 107 173 23 31
Binary 110011 1001011 110100 100000 0 11111 1000111 1111011 10011 11001

Color Harmonies of #334B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B34

Black with #334B34

Text Example


Text Example

White with #334B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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