#414F23

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

Shades of Bronzetone #414F23

Tints of Bronzetone #414F23

Color information

#414F23 (or 0x414F23) is unknown color: approx Bronzetone. HEX triplet: 41, 4F and 23. RGB value is (65,79,35). Sum of RGB (Red+Green+Blue) = 65+79+35=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #414F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F23 is #BEB0DC. Grayscale: #454545. Windows color (decimal): -12497117 or 2314049. OLE color: 2314049.

HSL color Cylindrical-coordinate representation of color #414F23: hue angle of 79.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #414F23 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB657935-
CMYK0.1800.560.69
HSL79.09º38.6%22.35%-
HSV(B)79.09º55.7%30.98%-
XYZ5.286.842.63-
YUV69.8108.36124.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=36.31%
G=44.13%
B=19.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579350.1800.560.6979.0938.622.35
Hex414F2312038454f2716
Octal10111743220701051174726
Binary100000110011111000111001001110001000101100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F23; }

 p { color: rgb(65,79,35); }

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

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

 a { background-color: rgb(65,79,35); }

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

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

 span { border-color: rgb(65,79,35); }

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