#554A02

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

Shades of Bronze Olive #554A02

Tints of Bronze Olive #554A02

Color information

#554A02 (or 0x554A02) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 02. RGB value is (85,74,2). Sum of RGB (Red+Green+Blue) = 85+74+2=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A02 is #AAB5FD. Grayscale: #454545. Windows color (decimal): -11187710 or 150101. OLE color: 150101.

HSL color Cylindrical-coordinate representation of color #554A02: hue angle of 52.05º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #554A02 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85742-
CMYK00.130.980.67
HSL52.05º95.4%17.06%-
HSV(B)52.05º97.65%33.33%-
XYZ6.216.831.05-
YUV69.0890.14139.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=52.80%
G=45.96%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8574200.130.980.6752.0595.417.06
Hex554A20D6243345f11
Octal12511220151421036413721
Binary10101011001010100110111000101000011110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554A02; }

 p { color: rgb(85,74,2); }

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

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

 a { background-color: rgb(85,74,2); }

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

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

 span { border-color: rgb(85,74,2); }

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