#456347

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

Shades of Nandor #456347

Tints of Nandor #456347

Color information

#456347 (or 0x456347) is unknown color: approx Nandor. HEX triplet: 45, 63 and 47. RGB value is (69,99,71). Sum of RGB (Red+Green+Blue) = 69+99+71=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #456347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456347 is #BA9CB8. Grayscale: #565656. Windows color (decimal): -12229817 or 4678469. OLE color: 4678469.

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

Color convert

RGB699971-
CMYK0.3000.280.61
HSL124º17.86%32.94%-
HSV(B)124º30.3%38.82%-
XYZ8.0510.647.59-
YUV86.84119.06115.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 99 (39.06% from 255) = 41.42%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=28.87%
G=41.42%
B=29.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999710.3000.280.6112417.8632.94
Hex4563471E01C3D7c1221
Octal10514310736034751742241
Binary10001011100011100011111110011100111101111110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456347; }

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

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

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

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

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

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

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

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