#49654B

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

Shades of Nandor #49654B

Tints of Nandor #49654B

Color information

#49654B (or 0x49654B) is unknown color: approx Nandor. HEX triplet: 49, 65 and 4B. RGB value is (73,101,75). Sum of RGB (Red+Green+Blue) = 73+101+75=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #49654B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49654B is #B69AB4. Grayscale: #595959. Windows color (decimal): -11967157 or 4941129. OLE color: 4941129.

HSL color Cylindrical-coordinate representation of color #49654B: hue angle of 124.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49654B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB7310175-
CMYK0.2800.260.60
HSL124.29º16.09%34.12%-
HSV(B)124.29º27.72%39.61%-
XYZ8.6711.238.37-
YUV89.66119.72116.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=29.32%
G=40.56%
B=30.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101750.2800.260.60124.2916.0934.12
Hex49654B1C01A3C7c1022
Octal11114511334032741742042
Binary10010011100101100101111100011010111100111110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49654B; }

 p { color: rgb(73,101,75); }

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

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

 a { background-color: rgb(73,101,75); }

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

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

 span { border-color: rgb(73,101,75); }

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