Html Css Color HEX #343E38 Timber Green

📋 copy color: '#343E38'

red 52 ◦ green 62 ◦ blue 56

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

Shades of Timber Green #343E38

Tints of Timber Green #343E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.47%

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 30.59%
G = 36.47%
B = 32.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#343E38 (or 0x343E38) is known color: Timber Green. HEX triplet: 34, 3E and 38. RGB value is (52,62,56). Sum of RGB (Red+Green+Blue) = 52+62+56=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #343E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E38 is #CBC1C7. Grayscale: #3A3A3A. Windows color (decimal): -13353416 or 3685940. OLE color: 3685940.

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

Color convert

RGB 52 62 56 -
CMYK 0.16 0 0.10 0.76
HSL 144º 0.09% 0.22% -
HSV(B) 144º 0.16% 0.24% -
XYZ 3.85 4.46 4.4 -
YUV 58.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 52 62 56 0.16 0 0.10 0.76 144 0.09 0.22
Hex 34 3E 38 10 0 A 4C 90 9 16
Octal 64 76 70 20 0 12 114 220 11 26
Binary 110100 111110 111000 10000 0 1010 1001100 10010000 1001 10110

Color Harmonies of #343E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E38

Black with #343E38

Text Example


Text Example

White with #343E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,62,56); }

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

background-color css

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

 a { background-color: rgb(52,62,56); }

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

border-color css

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

 span { border-color: rgb(52,62,56); }

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