#456349

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

Shades of Nandor #456349

Tints of Nandor #456349

Color information

#456349 (or 0x456349) is unknown color: approx Nandor. HEX triplet: 45, 63 and 49. RGB value is (69,99,73). Sum of RGB (Red+Green+Blue) = 69+99+73=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #456349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456349 is #BA9CB6. Grayscale: #575757. Windows color (decimal): -12229815 or 4809541. OLE color: 4809541.

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

Color convert

RGB699973-
CMYK0.3000.260.61
HSL128º17.86%32.94%-
HSV(B)128º30.3%38.82%-
XYZ8.1210.677.93-
YUV87.07120.06115.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=28.63%
G=41.08%
B=30.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999730.3000.260.6112817.8632.94
Hex4563491E01A3D801221
Octal10514311136032752002241
Binary100010111000111001001111100110101111011000000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456349; }

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

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

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

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

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

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

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

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