#475B4B

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

Shades of Mineral Green #475B4B

Tints of Mineral Green #475B4B

Color information

#475B4B (or 0x475B4B) is unknown color: approx Mineral Green. HEX triplet: 47, 5B and 4B. RGB value is (71,91,75). Sum of RGB (Red+Green+Blue) = 71+91+75=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #475B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B4B is #B8A4B4. Grayscale: #535353. Windows color (decimal): -12100789 or 4938567. OLE color: 4938567.

HSL color Cylindrical-coordinate representation of color #475B4B: hue angle of 132º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475B4B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB719175-
CMYK0.2200.180.64
HSL132º12.35%31.76%-
HSV(B)132º21.98%35.69%-
XYZ7.619.338.06-
YUV83.2123.37119.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=29.96%
G=38.40%
B=31.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191750.2200.180.6413212.3531.76
Hex475B4B160124084c20
Octal107133113260221002041440
Binary100011110110111001011101100100101000000100001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475B4B; }

 p { color: rgb(71,91,75); }

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

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

 a { background-color: rgb(71,91,75); }

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

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

 span { border-color: rgb(71,91,75); }

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