#54675B

Color #54675B Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #54675B

Tints of Mineral Green #54675B

Color information

#54675B (or 0x54675B) is unknown color: approx Mineral Green. HEX triplet: 54, 67 and 5B. RGB value is (84,103,91). Sum of RGB (Red+Green+Blue) = 84+103+91=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 103 - color contains mainly: green. Hex color #54675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54675B is #AB98A4. Grayscale: #5F5F5F. Windows color (decimal): -11245733 or 5990228. OLE color: 5990228.

HSL color Cylindrical-coordinate representation of color #54675B: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54675B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB8410391-
CMYK0.1800.120.60
HSL142.11º10.16%36.67%-
HSV(B)142.11º18.45%40.39%-
XYZ10.3912.3411.73-
YUV95.95125.21119.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=30.22%
G=37.05%
B=32.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103910.1800.120.60142.1110.1636.67
Hex54675B120C3C8ea25
Octal12414713322014742161245
Binary1010100110011110110111001001100111100100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54675B; }

 p { color: rgb(84,103,91); }

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

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

 a { background-color: rgb(84,103,91); }

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

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

 span { border-color: rgb(84,103,91); }

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