#465D48

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

Shades of Nandor #465D48

Tints of Nandor #465D48

Color information

#465D48 (or 0x465D48) is unknown color: approx Nandor. HEX triplet: 46, 5D and 48. RGB value is (70,93,72). Sum of RGB (Red+Green+Blue) = 70+93+72=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #465D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D48 is #B9A2B7. Grayscale: #535353. Windows color (decimal): -12165816 or 4742470. OLE color: 4742470.

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

Color convert

RGB709372-
CMYK0.2500.230.64
HSL125.22º14.11%31.96%-
HSV(B)125.22º24.73%36.47%-
XYZ7.619.67.58-
YUV83.73121.38118.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=29.79%
G=39.57%
B=30.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093720.2500.230.64125.2214.1131.96
Hex465D4819017407de20
Octal106135110310271001751640
Binary10001101011101100100011001010111100000011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,72); }

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

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

 a { background-color: rgb(70,93,72); }

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

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

 span { border-color: rgb(70,93,72); }

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