Html Css Color HEX #34463B Timber Green

📋 copy color: '#34463B'

red 52 ◦ green 70 ◦ blue 59

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

Shades of Timber Green #34463B

Tints of Timber Green #34463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 28.73%
G = 38.67%
B = 32.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#34463B (or 0x34463B) is known color: Timber Green. HEX triplet: 34, 46 and 3B. RGB value is (52,70,59). Sum of RGB (Red+Green+Blue) = 52+70+59=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #34463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34463B is #CBB9C4. Grayscale: #3F3F3F. Windows color (decimal): -13351365 or 3884596. OLE color: 3884596.

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

Color convert

RGB 52 70 59 -
CMYK 0.26 0 0.16 0.73
HSL 143.33º 0.15% 0.24% -
HSV(B) 143.33º 0.26% 0.27% -
XYZ 4.4 5.43 4.95 -
YUV 63.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 52 70 59 0.26 0 0.16 0.73 143.33 0.15 0.24
Hex 34 46 3B 1A 0 10 49 8F F 18
Octal 64 106 73 32 0 20 111 217 17 30
Binary 110100 1000110 111011 11010 0 10000 1001001 10001111 1111 11000

Color Harmonies of #34463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34463B

Black with #34463B

Text Example


Text Example

White with #34463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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