#624D19

Color #624D19 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #624D19

Tints of Bronze Olive #624D19

Color information

#624D19 (or 0x624D19) is unknown color: approx Bronze Olive. HEX triplet: 62, 4D and 19. RGB value is (98,77,25). Sum of RGB (Red+Green+Blue) = 98+77+25=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #624D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D19 is #9DB2E6. Grayscale: #4D4D4D. Windows color (decimal): -10334951 or 1658210. OLE color: 1658210.

HSL color Cylindrical-coordinate representation of color #624D19: hue angle of 42.74º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #624D19 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB987725-
CMYK00.210.740.62
HSL42.74º59.35%24.12%-
HSV(B)42.74º74.49%38.43%-
XYZ7.877.972.04-
YUV77.3598.46142.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=49%
G=38.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98772500.210.740.6242.7459.3524.12
Hex624D190154A3E2b3b18
Octal1421153102511276537330
Binary1100010100110111001010101100101011111010101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624D19; }

 p { color: rgb(98,77,25); }

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

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

 a { background-color: rgb(98,77,25); }

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

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

 span { border-color: rgb(98,77,25); }

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