#456348

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

Shades of Nandor #456348

Tints of Nandor #456348

Color information

#456348 (or 0x456348) is unknown color: approx Nandor. HEX triplet: 45, 63 and 48. RGB value is (69,99,72). Sum of RGB (Red+Green+Blue) = 69+99+72=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #456348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456348 is #BA9CB7. Grayscale: #575757. Windows color (decimal): -12229816 or 4744005. OLE color: 4744005.

HSL color Cylindrical-coordinate representation of color #456348: hue angle of 126º 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 #456348 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB699972-
CMYK0.3000.270.61
HSL126º17.86%32.94%-
HSV(B)126º30.3%38.82%-
XYZ8.0910.667.76-
YUV86.95119.56115.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 72 (28.52% from 255) = 30%
R=28.75%
G=41.25%
B=30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999720.3000.270.6112617.8632.94
Hex4563481E01B3D7e1221
Octal10514311036033751762241
Binary10001011100011100100011110011011111101111111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456348; }

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

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

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

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

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

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

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

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