Html Css Color HEX #343D37 Timber Green

📋 copy color: '#343D37'

red 52 ◦ green 61 ◦ blue 55

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

Shades of Timber Green #343D37

Tints of Timber Green #343D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.31%

 BLUE value IS 55 (21.88% from 255) = 32.74%

R = 30.95%
G = 36.31%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#343D37 (or 0x343D37) is known color: Timber Green. HEX triplet: 34, 3D and 37. RGB value is (52,61,55). Sum of RGB (Red+Green+Blue) = 52+61+55=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #343D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D37 is #CBC2C8. Grayscale: #393939. Windows color (decimal): -13353673 or 3620148. OLE color: 3620148.

HSL color Cylindrical-coordinate representation of color #343D37: hue angle of 140º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343D37 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 61 55 -
CMYK 0.15 0 0.10 0.76
HSL 140º 0.08% 0.22% -
HSV(B) 140º 0.15% 0.24% -
XYZ 3.77 4.34 4.25 -
YUV 57.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 52 61 55 0.15 0 0.10 0.76 140 0.08 0.22
Hex 34 3D 37 F 0 A 4C 8C 8 16
Octal 64 75 67 17 0 12 114 214 10 26
Binary 110100 111101 110111 1111 0 1010 1001100 10001100 1000 10110

Color Harmonies of #343D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D37

Black with #343D37

Text Example


Text Example

White with #343D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,61,55); }

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

background-color css

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

 a { background-color: rgb(52,61,55); }

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

border-color css

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

 span { border-color: rgb(52,61,55); }

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