#45664F

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

Shades of Mineral Green #45664F

Tints of Mineral Green #45664F

Color information

#45664F (or 0x45664F) is unknown color: approx Mineral Green. HEX triplet: 45, 66 and 4F. RGB value is (69,102,79). Sum of RGB (Red+Green+Blue) = 69+102+79=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #45664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45664F is #BA99B0. Grayscale: #595959. Windows color (decimal): -12229041 or 5203525. OLE color: 5203525.

HSL color Cylindrical-coordinate representation of color #45664F: hue angle of 138.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45664F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB6910279-
CMYK0.3200.230.6
HSL138.18º19.3%33.53%-
HSV(B)138.18º32.35%40%-
XYZ8.6211.339.13-
YUV89.51122.07113.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=27.6%
G=40.8%
B=31.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal69102790.3200.230.6138.1819.333.53
Hex45664F200173C8a1322
Octal10514611740027742122342
Binary1000101110011010011111000000101111111001000101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45664F; }

 p { color: rgb(69,102,79); }

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

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

 a { background-color: rgb(69,102,79); }

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

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

 span { border-color: rgb(69,102,79); }

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