Html Css Color HEX #34483B Timber Green

📋 copy color: '#34483B'

red 52 ◦ green 72 ◦ blue 59

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

Shades of Timber Green #34483B

Tints of Timber Green #34483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 28.42%
G = 39.34%
B = 32.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#34483B (or 0x34483B) is known color: Timber Green. HEX triplet: 34, 48 and 3B. RGB value is (52,72,59). Sum of RGB (Red+Green+Blue) = 52+72+59=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #34483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483B is #CBB7C4. Grayscale: #404040. Windows color (decimal): -13350853 or 3885108. OLE color: 3885108.

HSL color Cylindrical-coordinate representation of color #34483B: hue angle of 141º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #34483B is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 59 -
CMYK 0.28 0 0.18 0.72
HSL 141º 0.16% 0.24% -
HSV(B) 141º 0.28% 0.28% -
XYZ 4.52 5.68 5 -
YUV 64.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 52 72 59 0.28 0 0.18 0.72 141 0.16 0.24
Hex 34 48 3B 1C 0 12 48 8D 10 18
Octal 64 110 73 34 0 22 110 215 20 30
Binary 110100 1001000 111011 11100 0 10010 1001000 10001101 10000 11000

Color Harmonies of #34483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34483B

Black with #34483B

Text Example


Text Example

White with #34483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34483B; }

 p { color: rgb(52,72,59); }

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

background-color css

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

 a { background-color: rgb(52,72,59); }

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

border-color css

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

 span { border-color: rgb(52,72,59); }

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