#434D2E

Color #434D2E Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #434D2E

Tints of Bronzetone #434D2E

Color information

#434D2E (or 0x434D2E) is unknown color: approx Bronzetone. HEX triplet: 43, 4D and 2E. RGB value is (67,77,46). Sum of RGB (Red+Green+Blue) = 67+77+46=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #434D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D2E is #BCB2D1. Grayscale: #464646. Windows color (decimal): -12366546 or 3034435. OLE color: 3034435.

HSL color Cylindrical-coordinate representation of color #434D2E: hue angle of 79.35º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434D2E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB677746-
CMYK0.1300.400.70
HSL79.35º25.2%24.12%-
HSV(B)79.35º40.26%30.2%-
XYZ5.466.73.59-
YUV70.48114.19125.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.26%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=35.26%
G=40.53%
B=24.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777460.1300.400.7079.3525.224.12
Hex434D2ED028464f1918
Octal10311556150501061173130
Binary1000011100110110111011010101000100011010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D2E; }

 p { color: rgb(67,77,46); }

 H1.HeaderClassName
 {
   color: #434D2E;
 }
 .AnyTagClassName
 {
   color: #434D2E;
 }
</style>
background-color css

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

 a { background-color: rgb(67,77,46); }

 div.DivClassName
 {
   background-color: #434D2E;
 }
 .BgClassName
 {
   background-color: #434D2E;
 }
</style>
border-color css

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

 span { border-color: rgb(67,77,46); }

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