#45634B

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

Shades of Mineral Green #45634B

Tints of Mineral Green #45634B

Color information

#45634B (or 0x45634B) is unknown color: approx Mineral Green. HEX triplet: 45, 63 and 4B. RGB value is (69,99,75). Sum of RGB (Red+Green+Blue) = 69+99+75=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #45634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45634B is #BA9CB4. Grayscale: #575757. Windows color (decimal): -12229813 or 4940613. OLE color: 4940613.

HSL color Cylindrical-coordinate representation of color #45634B: hue angle of 132º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634B is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB699975-
CMYK0.3000.240.61
HSL132º17.86%32.94%-
HSV(B)132º30.3%38.82%-
XYZ8.1910.78.29-
YUV87.29121.06114.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 99 (39.06% from 255) = 40.74%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=28.40%
G=40.74%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999750.3000.240.6113217.8632.94
Hex45634B1E0183D841221
Octal10514311336030752042241
Binary100010111000111001011111100110001111011000010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,99,75); }

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

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

 a { background-color: rgb(69,99,75); }

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

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

 span { border-color: rgb(69,99,75); }

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