#465C4A

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

Shades of Mineral Green #465C4A

Tints of Mineral Green #465C4A

Color information

#465C4A (or 0x465C4A) is unknown color: approx Mineral Green. HEX triplet: 46, 5C and 4A. RGB value is (70,92,74). Sum of RGB (Red+Green+Blue) = 70+92+74=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #465C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C4A is #B9A3B5. Grayscale: #535353. Windows color (decimal): -12166070 or 4873286. OLE color: 4873286.

HSL color Cylindrical-coordinate representation of color #465C4A: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C4A is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB709274-
CMYK0.2400.200.64
HSL130.91º13.58%31.76%-
HSV(B)130.91º23.91%36.08%-
XYZ7.599.457.9-
YUV83.37122.71118.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=29.66%
G=38.98%
B=31.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092740.2400.200.64130.9113.5831.76
Hex465C4A180144083e20
Octal106134112300241002031640
Binary100011010111001001010110000101001000000100000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465C4A; }

 p { color: rgb(70,92,74); }

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

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

 a { background-color: rgb(70,92,74); }

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

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

 span { border-color: rgb(70,92,74); }

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