#456248

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

Shades of Nandor #456248

Tints of Nandor #456248

Color information

#456248 (or 0x456248) is unknown color: approx Nandor. HEX triplet: 45, 62 and 48. RGB value is (69,98,72). Sum of RGB (Red+Green+Blue) = 69+98+72=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #456248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456248 is #BA9DB7. Grayscale: #565656. Windows color (decimal): -12230072 or 4743749. OLE color: 4743749.

HSL color Cylindrical-coordinate representation of color #456248: hue angle of 126.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456248 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB699872-
CMYK0.3000.270.62
HSL126.21º17.37%32.75%-
HSV(B)126.21º29.59%38.43%-
XYZ7.9910.477.73-
YUV86.36119.89115.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=28.87%
G=41.00%
B=30.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998720.3000.270.62126.2117.3732.75
Hex4562481E01B3E7e1121
Octal10514211036033761762141
Binary10001011100010100100011110011011111110111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456248; }

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

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

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

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

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

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

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

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