Html Css Color HEX #343B35 Timber Green

📋 copy color: '#343B35'

red 52 ◦ green 59 ◦ blue 53

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

Shades of Timber Green #343B35

Tints of Timber Green #343B35

RGB

 RED value IS 52 (20.7% from 255) = 31.71%

 GREEN value IS 59 (23.44% from 255) = 35.98%

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

R = 31.71%
G = 35.98%
B = 32.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#343B35 (or 0x343B35) is known color: Timber Green. HEX triplet: 34, 3B and 35. RGB value is (52,59,53). Sum of RGB (Red+Green+Blue) = 52+59+53=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #343B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B35 is #CBC4CA. Grayscale: #383838. Windows color (decimal): -13354187 or 3488564. OLE color: 3488564.

HSL color Cylindrical-coordinate representation of color #343B35: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343B35 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 53 -
CMYK 0.12 0 0.10 0.77
HSL 128.57º 0.06% 0.22% -
HSV(B) 128.57º 0.12% 0.23% -
XYZ 3.62 4.12 3.97 -
YUV 56.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 52 59 53 0.12 0 0.10 0.77 128.57 0.06 0.22
Hex 34 3B 35 C 0 A 4D 81 6 16
Octal 64 73 65 14 0 12 115 201 6 26
Binary 110100 111011 110101 1100 0 1010 1001101 10000001 110 10110

Color Harmonies of #343B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B35

Black with #343B35

Text Example


Text Example

White with #343B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B35; }

 p { color: rgb(52,59,53); }

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

background-color css

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

 a { background-color: rgb(52,59,53); }

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

border-color css

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

 span { border-color: rgb(52,59,53); }

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