Html Css Color HEX #344235 Timber Green

📋 copy color: '#344235'

red 52 ◦ green 66 ◦ blue 53

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

Shades of Timber Green #344235

Tints of Timber Green #344235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 30.41%
G = 38.6%
B = 30.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#344235 (or 0x344235) is known color: Timber Green. HEX triplet: 34, 42 and 35. RGB value is (52,66,53). Sum of RGB (Red+Green+Blue) = 52+66+53=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #344235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344235 is #CBBDCA. Grayscale: #3C3C3C. Windows color (decimal): -13352395 or 3490356. OLE color: 3490356.

HSL color Cylindrical-coordinate representation of color #344235: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344235 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 53 -
CMYK 0.21 0 0.20 0.74
HSL 124.29º 0.12% 0.23% -
HSV(B) 124.29º 0.21% 0.26% -
XYZ 4.01 4.88 4.1 -
YUV 60.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 52 66 53 0.21 0 0.20 0.74 124.29 0.12 0.23
Hex 34 42 35 15 0 14 4A 7C C 17
Octal 64 102 65 25 0 24 112 174 14 27
Binary 110100 1000010 110101 10101 0 10100 1001010 1111100 1100 10111

Color Harmonies of #344235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344235

Black with #344235

Text Example


Text Example

White with #344235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344235; }

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

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

background-color css

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

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

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

border-color css

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

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

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