Html Css Color HEX #344138 Timber Green

📋 copy color: '#344138'

red 52 ◦ green 65 ◦ blue 56

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

Shades of Timber Green #344138

Tints of Timber Green #344138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 30.06%
G = 37.57%
B = 32.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#344138 (or 0x344138) is known color: Timber Green. HEX triplet: 34, 41 and 38. RGB value is (52,65,56). Sum of RGB (Red+Green+Blue) = 52+65+56=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #344138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344138 is #CBBEC7. Grayscale: #3C3C3C. Windows color (decimal): -13352648 or 3686708. OLE color: 3686708.

HSL color Cylindrical-coordinate representation of color #344138: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344138 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 56 -
CMYK 0.20 0 0.14 0.75
HSL 138.46º 0.11% 0.23% -
HSV(B) 138.46º 0.2% 0.25% -
XYZ 4.02 4.8 4.46 -
YUV 60.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 52 65 56 0.20 0 0.14 0.75 138.46 0.11 0.23
Hex 34 41 38 14 0 E 4B 8A B 17
Octal 64 101 70 24 0 16 113 212 13 27
Binary 110100 1000001 111000 10100 0 1110 1001011 10001010 1011 10111

Color Harmonies of #344138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344138

Black with #344138

Text Example


Text Example

White with #344138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344138; }

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

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

background-color css

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

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

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

border-color css

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

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

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