#554926

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

Shades of Bronze Olive #554926

Tints of Bronze Olive #554926

Color information

#554926 (or 0x554926) is unknown color: approx Bronze Olive. HEX triplet: 55, 49 and 26. RGB value is (85,73,38). Sum of RGB (Red+Green+Blue) = 85+73+38=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554926 is #AAB6D9. Grayscale: #484848. Windows color (decimal): -11187930 or 2509141. OLE color: 2509141.

HSL color Cylindrical-coordinate representation of color #554926: hue angle of 44.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554926 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB857338-
CMYK00.140.550.67
HSL44.68º38.21%24.12%-
HSV(B)44.68º55.29%33.33%-
XYZ6.486.842.81-
YUV72.6108.48136.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=43.37%
G=37.24%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85733800.140.550.6744.6838.2124.12
Hex5549260E37432d2618
Octal1251114601667103554630
Binary1010101100100110011001110110111100001110110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554926; }

 p { color: rgb(85,73,38); }

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

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

 a { background-color: rgb(85,73,38); }

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

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

 span { border-color: rgb(85,73,38); }

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