Html Css Color HEX #5A5004 Bronze Olive

📋 copy color: '#5A5004'

red 90 ◦ green 80 ◦ blue 4

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

Shades of Bronze Olive #5A5004

Tints of Bronze Olive #5A5004

RGB

 RED value IS 90 (35.55% from 255) = 51.72%

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 51.72%
G = 45.98%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#5A5004 (or 0x5A5004) is known color: Bronze Olive. HEX triplet: 5A, 50 and 04. RGB value is (90,80,4). Sum of RGB (Red+Green+Blue) = 90+80+4=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5004 is #A5AFFB. Grayscale: #4A4A4A. Windows color (decimal): -10858492 or 282714. OLE color: 282714.

HSL color Cylindrical-coordinate representation of color #5A5004: hue angle of 53.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A5004 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 4 -
CMYK 0 0.11 0.96 0.65
HSL 53.02º 0.91% 0.18% -
HSV(B) 53.02º 0.96% 0.35% -
XYZ 7.11 7.92 1.27 -
YUV 74.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 90 80 4 0 0.11 0.96 0.65 53.02 0.91 0.18
Hex 5A 50 4 0 B 60 41 35 5B 12
Octal 132 120 4 0 13 140 101 65 133 22
Binary 1011010 1010000 100 0 1011 1100000 1000001 110101 1011011 10010

Color Harmonies of #5A5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5004

Black with #5A5004

Text Example


Text Example

White with #5A5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5004; }

 p { color: rgb(90,80,4); }

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

background-color css

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

 a { background-color: rgb(90,80,4); }

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

border-color css

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

 span { border-color: rgb(90,80,4); }

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