Html Css Color HEX #524924 Bronze Olive

📋 copy color: '#524924'

red 82 ◦ green 73 ◦ blue 36

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

Shades of Bronze Olive #524924

Tints of Bronze Olive #524924

RGB

 RED value IS 82 (32.42% from 255) = 42.93%

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 36 (14.45% from 255) = 18.85%

R = 42.93%
G = 38.22%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#524924 (or 0x524924) is known color: Bronze Olive. HEX triplet: 52, 49 and 24. RGB value is (82,73,36). Sum of RGB (Red+Green+Blue) = 82+73+36=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524924 is #ADB6DB. Grayscale: #474747. Windows color (decimal): -11384540 or 2378066. OLE color: 2378066.

HSL color Cylindrical-coordinate representation of color #524924: hue angle of 48.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #524924 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 36 -
CMYK 0 0.11 0.56 0.68
HSL 48.26º 0.39% 0.23% -
HSV(B) 48.26º 0.56% 0.32% -
XYZ 6.18 6.69 2.63 -
YUV 71.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 82 73 36 0 0.11 0.56 0.68 48.26 0.39 0.23
Hex 52 49 24 0 B 38 44 30 27 17
Octal 122 111 44 0 13 70 104 60 47 27
Binary 1010010 1001001 100100 0 1011 111000 1000100 110000 100111 10111

Color Harmonies of #524924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524924

Black with #524924

Text Example


Text Example

White with #524924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524924; }

 p { color: rgb(82,73,36); }

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

background-color css

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

 a { background-color: rgb(82,73,36); }

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

border-color css

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

 span { border-color: rgb(82,73,36); }

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