Html Css Color HEX #344438 Timber Green

📋 copy color: '#344438'

red 52 ◦ green 68 ◦ blue 56

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

Shades of Timber Green #344438

Tints of Timber Green #344438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

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

R = 29.55%
G = 38.64%
B = 31.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#344438 (or 0x344438) is known color: Timber Green. HEX triplet: 34, 44 and 38. RGB value is (52,68,56). Sum of RGB (Red+Green+Blue) = 52+68+56=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #344438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344438 is #CBBBC7. Grayscale: #3D3D3D. Windows color (decimal): -13351880 or 3687476. OLE color: 3687476.

HSL color Cylindrical-coordinate representation of color #344438: hue angle of 135º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344438 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 56 -
CMYK 0.24 0 0.18 0.73
HSL 135º 0.13% 0.24% -
HSV(B) 135º 0.24% 0.27% -
XYZ 4.2 5.15 4.51 -
YUV 61.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 52 68 56 0.24 0 0.18 0.73 135 0.13 0.24
Hex 34 44 38 18 0 12 49 87 D 18
Octal 64 104 70 30 0 22 111 207 15 30
Binary 110100 1000100 111000 11000 0 10010 1001001 10000111 1101 11000

Color Harmonies of #344438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344438

Black with #344438

Text Example


Text Example

White with #344438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344438; }

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

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

background-color css

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

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

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

border-color css

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

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

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